Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NDictionarySourceCollection Class / CreateFromFolder Method


In This Topic
    CreateFromFolder Method
    In This Topic
    Creates a dictionary list that contains the dictionary infos from the specified folder
    Syntax
    'Declaration
     
    
    Public Shared Function CreateFromFolder( _
       ByVal dictionariesFolder As NFolder _
    ) As NPromise(Of NDictionarySourceCollection)
    'Usage
     
    
    Dim dictionariesFolder As NFolder
    Dim value As NPromise(Of NDictionarySourceCollection)
     
    value = NDictionarySourceCollection.CreateFromFolder(dictionariesFolder)

    Parameters

    dictionariesFolder
    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