Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENNodeChildrenAggregation Enumeration


In This Topic
    ENNodeChildrenAggregation Enumeration
    In This Topic
    Enumerates the modes in which a node can store its children
    Syntax
    'Declaration
     
    
    Public Enum ENNodeChildrenAggregation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNodeChildrenAggregation
    public enum ENNodeChildrenAggregation : System.Enum 
    Members
    MemberDescription
    CollectionThe node is a collection of children of a certain base schema
    ContainerThe node is a container for named children of certain schemas
    NoneThe node is a leaf and cannot have any child nodes
    Inheritance Hierarchy

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

    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