ICMSNavigationElement Methods Ingeniux DSS Library

The ICMSNavigationElement type exposes the following members.

Methods

  Name Description
Public method Ancestors
Gets ancestors of the Element.
(Inherited from ICMSElement.)
Public method Ancestors(XName)
Gets ancestors of the Element with the given name.
(Inherited from ICMSElement.)
Public method AncestorsAndSelf
Gets the ancestors of the Element, including the Element itself.
(Inherited from ICMSElement.)
Public method AncestorsAndSelf(XName)
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.
(Inherited from ICMSElement.)
Public method Attribute
Gets an Attribute by its name.
(Inherited from ICMSPage.)
Public method Attributes
Gets all Attributes of the Element.
(Inherited from ICMSPage.)
Public method Descendants
Gets the descendant Elements.
(Inherited from ICMSPage.)
Public method Descendants(XName, String)
Gets the descendant Elements that have the specific element name.
(Inherited from ICMSPage.)
Public method DescendantsAndSelf
Gets the descendant Elements, including this Element/Page Root Element itself.
(Inherited from ICMSPage.)
Public method DescendantsAndSelf(XName)
Gets the descendant Elements by element name; including this Element/Page Root Element itself, if its name matches the given name.
(Inherited from ICMSPage.)
Public method Element
Gets the first child Element with the given name.
(Inherited from ICMSPage.)
Public method Elements
Gets the child Elements
(Inherited from ICMSPage.)
Public method Elements(XName, String)
Gets the child Elements by given name.
(Inherited from ICMSPage.)
Public method ElementsAfterSelf
Gets sibling elements after this Element.
(Inherited from ICMSElement.)
Public method ElementsAfterSelf(XName)
Gets sibling Elements after this Element, using a given name.
(Inherited from ICMSElement.)
Public method ElementsBeforeSelf
Gets sibling Elements after this Element.
(Inherited from ICMSElement.)
Public method ElementsBeforeSelf(XName)
Gets sibling Elements before this Element, using a given name.
(Inherited from ICMSElement.)
Public method GetAttributeValue
Gets the value of an Attribute, if the attribute exists.
(Inherited from ICMSPage.)
Public method GetComponentTemplate
Gets the presentation fragment template for a particular component id. If the component doesn't have presentation fragment, returns null.
(Inherited from ICMSPage.)
Public method GetElementValue
Gets the value of the first Element matching the given name.
(Inherited from ICMSPage.)
Public method GetLinkItem
Retrieves one Link item with the given name.
(Inherited from ICMSPage.)
Public method GetLinkItems
Gets Link items with the given name.
(Inherited from ICMSPage.)
Public method GetNavigation (Inherited from ICMSPage.)
Public method GetNavigationItems (Inherited from ICMSPage.)
Public method GetTaxonomyNavigation (Inherited from ICMSPage.)
Public method XPathSelectElement
Uses an XPath query to select a single Element.
(Inherited from ICMSPage.)
Public method XPathSelectElements
Uses an XPath query to select a list of Elements.
(Inherited from ICMSPage.)
Top
See Also

Reference