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


In This Topic
    LoadFromAppSettingsAsync Method
    In This Topic
    Loads the library gallery search info from the application settings.
    Syntax
    'Declaration
     
    
    Public Function LoadFromAppSettingsAsync() As NPromise(Of NUndefined)
    'Usage
     
    
    Dim instance As NLibraryGallerySearchInfo
    Dim value As NPromise(Of NUndefined)
     
    value = instance.LoadFromAppSettingsAsync()
    public NPromise<NUndefined> LoadFromAppSettingsAsync()
    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