NevronOpenVision
Nevron.Nov.Dom Namespace / ENDomPathStepType Enumeration
In This Topic
    ENDomPathStepType Enumeration
    In This Topic
    Defines the possible types of DOM path steps
    Syntax
    public enum ENDomPathStepType : System.Enum 
    Members
    MemberDescription
    SelectCollectionChildNodeSelects the child node of a node at a specific index
    SelectContainerChildNodeSelects the child node of a node with a specific name
    SelectDocumentElementSelects a document element
    SelectParentNodeSelects the parent node of a node
    SelectPropertyNodeSelects a node exposed by a property of the node
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENDomPathStepType

    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