Click or drag to resize
IHierarchyXTCopyNodesAndGetStatus Method
Overload List
  NameDescription
Public methodStatic memberCopyNodesAndGetStatusTNode(ListTNode, ListTNode, HierarchyStatusCode)
Copies the nodes from the input list to the output list and gets the status of the list of nodes. Use this method for validating lists of nodes of a certain type (e.g., mandatory vs. optional).
Public methodStatic memberCopyNodesAndGetStatus(IHierarchyT, ListT, ListT, HierarchyStatusCode)
Copies the nodes from the input list to the output list and gets the status of the list of nodes. Use this method for validating lists of nodes of a certain type (e.g., mandatory vs. optional).
Top
See Also