The DNNNodeCollection type exposes the following members.

Constructors

  NameDescription
Public methodDNNNodeCollection(String)
DotNetNuke.UI.WebControls.DNNNodeCollection
Public methodDNNNodeCollection(XmlNode)
DotNetNuke.UI.WebControls.DNNNodeCollection
Public methodDNNNodeCollection(String, DnnTree)
DotNetNuke.UI.WebControls.DNNNodeCollection
Public methodDNNNodeCollection(String, Dictionary<(Of <<'(String, Object>)>>))
DotNetNuke.UI.WebControls.DNNNodeCollection
Public methodDNNNodeCollection(String, String)
DotNetNuke.UI.WebControls.DNNNodeCollection
Public methodDNNNodeCollection(XmlNode, DnnTree)
DotNetNuke.UI.WebControls.DNNNodeCollection

Methods

  NameDescription
Public methodAdd()()()()
Public methodAdd(DNNNode)
Public methodAdd(String, String, String, String, String, String, String, Boolean, String, String, String)
Public methodAddBreak
Public methodClear (Inherited from XmlCollectionBase.)
Public methodContains
Public methodCopyTo
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
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)
Public methodImport(DNNNode, Boolean)
Public methodIndexOf
Public methodInsertAfter
Public methodInsertBefore
Public methodLoadJSON(ArrayList) Obsolete.
Public methodLoadJSON(IEnumerable)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32)
Public methodRemove(DNNNode)
Public methodRemoveAt
Public methodToJSON
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml

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.)

Properties

  NameDescription
Public propertyCount
Protected propertyInnerList (Inherited from XmlCollectionBase.)
Protected propertyInnerXMLDoc (Inherited from XmlCollectionBase.)
Protected propertyInnerXMLNode (Inherited from XmlCollectionBase.)
Public propertyItem
Protected propertyList (Inherited from XmlCollectionBase.)
Public propertyXMLDoc
Public propertyXMLNode

See Also