The MenuNodeCollection type exposes the following members.

Constructors

  NameDescription
Public methodMenuNodeCollection(Dictionary<(Of <<'(String, Object>)>>), DNNMenu)
DotNetNuke.UI.WebControls.MenuNodeCollection
Public methodMenuNodeCollection(String, DNNMenu)
DotNetNuke.UI.WebControls.MenuNodeCollection
Public methodMenuNodeCollection(XmlNode, DNNMenu)
DotNetNuke.UI.WebControls.MenuNodeCollection
Public methodMenuNodeCollection(String, String, DNNMenu)
DotNetNuke.UI.WebControls.MenuNodeCollection

Methods

  NameDescription
Public methodAdd()()()()
Public methodAdd(String)
Public methodAdd(DNNNode) (Inherited from DNNNodeCollection.)
Public methodAdd(MenuNode)
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 (Inherited from XmlCollectionBase.)
Public methodContains(DNNNode) (Inherited from DNNNodeCollection.)
Public methodContains(MenuNode)
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(MenuNode)
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.)
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(MenuNode)
Public methodRemoveAt (Inherited from DNNNodeCollection.)
Public methodToJSON (Inherited from DNNNodeCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml (Inherited from DNNNodeCollection.)

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 (Inherited from DNNNodeCollection.)
Protected propertyInnerList (Inherited from XmlCollectionBase.)
Protected propertyInnerXMLDoc (Inherited from XmlCollectionBase.)
Protected propertyInnerXMLNode (Inherited from XmlCollectionBase.)
Public propertyItem
Protected propertyList (Inherited from XmlCollectionBase.)
Public propertyXMLDoc (Inherited from DNNNodeCollection.)
Public propertyXMLNode (Inherited from DNNNodeCollection.)

See Also