ICMSTaxonomyNavigationElement Methods |
The ICMSTaxonomyNavigationElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Ancestors |
Gets ancestors of the Element.
(Inherited from ICMSElement.) |
![]() | Ancestors(XName) |
Gets ancestors of the Element with the given name.
(Inherited from ICMSElement.) |
![]() | AncestorsAndSelf |
Gets the ancestors of the Element, including the Element itself.
(Inherited from ICMSElement.) |
![]() | AncestorsAndSelf(XName) |
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.
(Inherited from ICMSElement.) |
![]() | Attribute |
Gets an Attribute by its name.
(Inherited from ICMSPage.) |
![]() | Attributes |
Gets all Attributes of the Element.
(Inherited from ICMSPage.) |
![]() | Children |
Get Child Elements
(Inherited from ICMSElement.) |
![]() | Children(XName) |
Get Child Elements by name
(Inherited from ICMSElement.) |
![]() | Descendants |
Gets the descendant Elements.
(Inherited from ICMSPage.) |
![]() | Descendants(XName, String) |
Gets the descendant Elements that have the specific element name.
(Inherited from ICMSPage.) |
![]() | DescendantsAndSelf |
Gets the descendant Elements, including this Element/Page Root Element itself.
(Inherited from ICMSPage.) |
![]() | 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.) |
![]() | Element |
Gets the first child Element with the given name.
(Inherited from ICMSPage.) |
![]() | Elements |
Gets the child Elements (Inherited from ICMSPage.) |
![]() | Elements(XName, String) |
Gets the child Elements by given name.
(Inherited from ICMSPage.) |
![]() | ElementsAfterSelf |
Gets sibling elements after this Element.
(Inherited from ICMSElement.) |
![]() | ElementsAfterSelf(XName) |
Gets sibling Elements after this Element, using a given name.
(Inherited from ICMSElement.) |
![]() | ElementsBeforeSelf |
Gets sibling Elements before this Element.
(Inherited from ICMSElement.) |
![]() | ElementsBeforeSelf(XName) |
Gets sibling Elements before this Element, using a given name.
(Inherited from ICMSElement.) |
![]() | GetAssetNavigationItems |
Gets Link items from a Navigation Element.
(Inherited from ICMSPage.) |
![]() | GetAttributeValue |
Gets the value of an Attribute, if the attribute exists.
(Inherited from ICMSPage.) |
![]() | GetCategory |
Gets a Category by ID. This is a recursive search that goes beyond first-level categories.
|
![]() | GetComponentTemplate |
Gets the presentation fragment template for a particular component id.
If the component doesn't have presentation fragment, returns null.
(Inherited from ICMSPage.) |
![]() | GetElementValue |
Gets the value of the first Element matching the given name.
(Inherited from ICMSPage.) |
![]() | GetLinkItem |
Retrieves one Link item with the given name.
(Inherited from ICMSPage.) |
![]() | GetLinkItems |
Gets Link items with the given name.
(Inherited from ICMSPage.) |
![]() | GetNavigation |
Gets a Navigation Element.
(Inherited from ICMSPage.) |
![]() | GetNavigationItems |
Gets Link items from a Navigation Element.
(Inherited from ICMSPage.) |
![]() | GetPagesByCategory | |
![]() | GetTaxonomyNavigation |
Gets a Taxonomy Navigation Element.
(Inherited from ICMSPage.) |
![]() | XPathSelectElement |
Uses an XPath query to select a single Element.
(Inherited from ICMSPage.) |
![]() | XPathSelectElements |
Uses an XPath query to select a list of Elements.
(Inherited from ICMSPage.) |