The ICMSElement type exposes the following members.
Methods
Name | Description | |
---|---|---|
Ancestors |
Gets ancestors of the Element.
|
|
Ancestors(XName) |
Gets ancestors of the Element with the given name.
|
|
AncestorsAndSelf |
Gets the ancestors of the Element, including the Element itself.
|
|
AncestorsAndSelf(XName) |
Gets the ancestors of the Element with the given name, including the Element itself and any name matches.
|
|
Attribute |
Gets an Attribute by its name.
(Inherited from ICMSPage.) |
|
Attributes |
Gets all Attributes of the Element.
(Inherited from ICMSPage.) |
|
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.
|
|
ElementsAfterSelf(XName) |
Gets sibling Elements after this Element, using a given name.
|
|
ElementsBeforeSelf |
Gets sibling Elements after this Element.
|
|
ElementsBeforeSelf(XName) |
Gets sibling Elements before this Element, using a given name.
|
|
GetAttributeValue |
Gets the value of an Attribute, if the attribute exists.
(Inherited from ICMSPage.) |
|
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.) |
|
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.) |
See Also