Click or drag to resize

ICMSTaxonomyNavigationElement Methods

The ICMSTaxonomyNavigationElement type exposes the following members.

Methods
  NameDescription
Public methodAncestors
Gets ancestors of the Element.
(Inherited from ICMSElement.)
Public methodAncestors(XName)
Gets ancestors of the Element with the given name.
(Inherited from ICMSElement.)
Public methodAncestorsAndSelf
Gets the ancestors of the Element, including the Element itself.
(Inherited from ICMSElement.)
Public methodAncestorsAndSelf(XName)
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.
(Inherited from ICMSElement.)
Public methodAttribute
Gets an Attribute by its name.
(Inherited from ICMSPage.)
Public methodAttributes
Gets all Attributes of the Element.
(Inherited from ICMSPage.)
Public methodChildren (Inherited from ICMSElement.)
Public methodChildren(XName) (Inherited from ICMSElement.)
Public methodDescendants
Gets the descendant Elements.
(Inherited from ICMSPage.)
Public methodDescendants(XName, String)
Gets the descendant Elements that have the specific element name.
(Inherited from ICMSPage.)
Public methodDescendantsAndSelf
Gets the descendant Elements, including this Element/Page Root Element itself.
(Inherited from ICMSPage.)
Public methodDescendantsAndSelf(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 methodElement
Gets the first child Element with the given name.
(Inherited from ICMSPage.)
Public methodElements
Gets the child Elements
(Inherited from ICMSPage.)
Public methodElements(XName, String)
Gets the child Elements by given name.
(Inherited from ICMSPage.)
Public methodElementsAfterSelf
Gets sibling elements after this Element.
(Inherited from ICMSElement.)
Public methodElementsAfterSelf(XName)
Gets sibling Elements after this Element, using a given name.
(Inherited from ICMSElement.)
Public methodElementsBeforeSelf
Gets sibling Elements after this Element.
(Inherited from ICMSElement.)
Public methodElementsBeforeSelf(XName)
Gets sibling Elements before this Element, using a given name.
(Inherited from ICMSElement.)
Public methodGetAssetNavigationItems (Inherited from ICMSPage.)
Public methodGetAttributeValue
Gets the value of an Attribute, if the attribute exists.
(Inherited from ICMSPage.)
Public methodGetCategory
Gets a Category by ID. This is a recursive search that goes beyond first-level categories.
Public methodGetComponentTemplate
Gets the presentation fragment template for a particular component id. If the component doesn't have presentation fragment, returns null.
(Inherited from ICMSPage.)
Public methodGetElementValue
Gets the value of the first Element matching the given name.
(Inherited from ICMSPage.)
Public methodGetLinkItem
Retrieves one Link item with the given name.
(Inherited from ICMSPage.)
Public methodGetLinkItems
Gets Link items with the given name.
(Inherited from ICMSPage.)
Public methodGetNavigation (Inherited from ICMSPage.)
Public methodGetNavigationItems (Inherited from ICMSPage.)
Public methodGetPagesByCategory
Gets the list of Links by Category ID.
Public methodGetTaxonomyNavigation (Inherited from ICMSPage.)
Public methodXPathSelectElement
Uses an XPath query to select a single Element.
(Inherited from ICMSPage.)
Public methodXPathSelectElements
Uses an XPath query to select a list of Elements.
(Inherited from ICMSPage.)
Top
See Also