Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NDomNodeDeserializer Class / LoadFromFile Method


In This Topic
    LoadFromFile Method (NDomNodeDeserializer)
    In This Topic
    Loads a DOM node forest from the specified file.
    Syntax
    'Declaration
     
    
    Public Function LoadFromFile( _
       ByVal file As NFile, _
       ByVal format As ENPersistencyFormat _
    ) As NPromise(Of NNode())
    'Usage
     
    
    Dim instance As NDomNodeDeserializer
    Dim file As NFile
    Dim format As ENPersistencyFormat
    Dim value As NPromise(Of NNode())
     
    value = instance.LoadFromFile(file, format)

    Parameters

    file
    format
    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