Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomPath Class / FromDocumentToNode Method


In This Topic
    FromDocumentToNode Method
    In This Topic
    Creates a path to the specified node from the specified document
    Syntax
    'Declaration
     
    
    Public Shared Function FromDocumentToNode( _
       ByVal fromDocument As NDocument, _
       ByVal toNode As NNode _
    ) As NDomPath
    'Usage
     
    
    Dim fromDocument As NDocument
    Dim toNode As NNode
    Dim value As NDomPath
     
    value = NDomPath.FromDocumentToNode(fromDocument, toNode)
    public static NDomPath FromDocumentToNode( 
       NDocument fromDocument,
       NNode toNode
    )

    Parameters

    fromDocument
    toNode
    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