Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryGallerySearchInfo Class / LoadFromFolderAsync Method


In This Topic
    LoadFromFolderAsync Method
    In This Topic
    Loads the library folders from the specified root folder.
    Syntax
    'Declaration
     
    
    Public Function LoadFromFolderAsync( _
       ByVal folder As NFolder, _
       ByVal progress As NProgress _
    ) As NPromise(Of NUndefined)
    'Usage
     
    
    Dim instance As NLibraryGallerySearchInfo
    Dim folder As NFolder
    Dim progress As NProgress
    Dim value As NPromise(Of NUndefined)
     
    value = instance.LoadFromFolderAsync(folder, progress)
    public NPromise<NUndefined> LoadFromFolderAsync( 
       NFolder folder,
       NProgress progress
    )

    Parameters

    folder
    progress
    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