SysTreeNode Object Members
Public Methods
Public Method AddNodeAdds a new child node.
Public Method FindChildNodeFinds a child node by node name.
Public Method FindChildrenFinds node children according to specified search pattern.
Public Method NewListGets a list of the node's immediate children.
Public Method PostPosts all changed values to the database.
Public Method RefreshReads the saved node data, overwriting values in memory.
Public Method RemoveNodeDeletes the specified node.
Public Properties
Public Property AttributeGets the node attribute.
Public Property AutoUnlockIndicates whether to make the item changeable to other users automatically after a Refresh or Post.
Public Property ChildGets a sub-folder of the current folder.
Public Property CountThe number of child nodes.
Public Property DepthTypeThe sub-tree depth type.
Public Property FatherThe current folder's parent folder.
Public Property FieldMultiValueThe MultiValue object of the specified field.
Public Property NameThe node name.
Public Property NodeIDThe node ID number.
Public Property PathThe folder tree path starting from the tree root.
Public Property TypeNameThe field's type.
See Also