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


In This Topic
    GetOrCreateSeachIndexAsync Method
    In This Topic
    Gets or creates the search index.
    Syntax
    'Declaration
     
    
    Public Function GetOrCreateSeachIndexAsync( _
       ByVal progress As NProgress _
    ) As NPromise(Of NLibrarySearchIndex)
    'Usage
     
    
    Dim instance As NLibraryGallerySearchInfo
    Dim progress As NProgress
    Dim value As NPromise(Of NLibrarySearchIndex)
     
    value = instance.GetOrCreateSeachIndexAsync(progress)
    public NPromise<NLibrarySearchIndex> GetOrCreateSeachIndexAsync( 
       NProgress progress
    )

    Parameters

    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