The DNNNodeCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DNNNodeCollection(String) | DotNetNuke.UI.WebControls.DNNNodeCollection | |
| DNNNodeCollection(XmlNode) | DotNetNuke.UI.WebControls.DNNNodeCollection | |
| DNNNodeCollection(String, DnnTree) | DotNetNuke.UI.WebControls.DNNNodeCollection | |
| DNNNodeCollection(String, Dictionary<(Of <<'(String, Object>)>>)) | DotNetNuke.UI.WebControls.DNNNodeCollection | |
| DNNNodeCollection(String, String) | DotNetNuke.UI.WebControls.DNNNodeCollection | |
| DNNNodeCollection(XmlNode, DnnTree) | DotNetNuke.UI.WebControls.DNNNodeCollection |
Methods
| Name | Description | |
|---|---|---|
| Add()()()() | ||
| Add(DNNNode) | ||
| Add(String, String, String, String, String, String, String, Boolean, String, String, String) | ||
| AddBreak | ||
| Clear | (Inherited from XmlCollectionBase.) | |
| Contains | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindNode | ||
| FindNodeByKey | ||
| FindSelectedNodes | ||
| GetEnumerator | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Import(DNNNode) | ||
| Import(DNNNode, Boolean) | ||
| IndexOf | ||
| InsertAfter | ||
| InsertBefore | ||
| LoadJSON(ArrayList) | Obsolete. | |
| LoadJSON(IEnumerable) | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(Int32) | ||
| Remove(DNNNode) | ||
| RemoveAt | ||
| ToJSON | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToXml |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
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
| Name | Description | |
|---|---|---|
| Count | ||
| InnerList | (Inherited from XmlCollectionBase.) | |
| InnerXMLDoc | (Inherited from XmlCollectionBase.) | |
| InnerXMLNode | (Inherited from XmlCollectionBase.) | |
| Item | ||
| List | (Inherited from XmlCollectionBase.) | |
| XMLDoc | ||
| XMLNode |