Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NLibraryBrowserControl Class / AddLibrarySection Method / AddLibrarySection(NFile) Method


In This Topic
    AddLibrarySection(NFile) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function AddLibrarySection( _
       ByVal libraryFile As NFile _
    ) As NLibraryFileSection
    'Usage
     
    
    Dim instance As NLibraryBrowserControl
    Dim libraryFile As NFile
    Dim value As NLibraryFileSection
     
    value = instance.AddLibrarySection(libraryFile)
    public NLibraryFileSection AddLibrarySection( 
       NFile libraryFile
    )

    Parameters

    libraryFile
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also