The TreeNodeCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd()()()()
Public methodAdd(String)
Public methodAdd(DNNNode) (Inherited from DNNNodeCollection.)
Public methodAdd(TreeNode)
Public methodAdd(String, String, String, String)
Public methodAdd(String, String, String, String, String, String, String, Boolean, String, String, String) (Inherited from DNNNodeCollection.)
Public methodAdd(String, String, String, String, String, String, String, Boolean, String, String, String, Boolean, eClickAction, String, Int32)
Public methodAddBreak (Inherited from DNNNodeCollection.)
Public methodClear
Public methodContains(DNNNode) (Inherited from DNNNodeCollection.)
Public methodContains(TreeNode)
Public methodCopyTo (Inherited from DNNNodeCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindNode
Public methodFindNodeByKey
Public methodFindSelectedNodes (Overrides DNNNodeCollection..::..FindSelectedNodes()()()().)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport(DNNNode) (Inherited from DNNNodeCollection.)
Public methodImport(DNNNode, Boolean) (Inherited from DNNNodeCollection.)
Public methodIndexOf(DNNNode) (Inherited from DNNNodeCollection.)
Public methodIndexOf(TreeNode)
Public methodInsert
Public methodInsertAfter (Inherited from DNNNodeCollection.)
Public methodInsertBefore (Inherited from DNNNodeCollection.)
Public methodLoadJSON(ArrayList) Obsolete. (Inherited from DNNNodeCollection.)
Public methodLoadJSON(IEnumerable) (Inherited from DNNNodeCollection.)
Public methodLoadViewState
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32) (Inherited from DNNNodeCollection.)
Public methodRemove(DNNNode) (Inherited from DNNNodeCollection.)
Public methodRemove(TreeNode)
Public methodRemoveAt (Inherited from DNNNodeCollection.)
Public methodSaveViewState
Public methodToJSON (Inherited from DNNNodeCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml (Inherited from DNNNodeCollection.)
Public methodTrackViewState

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also