The ICMSPage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Attribute |
Gets an Attribute by its name.
|
|
Attributes |
Gets all Attributes of the Element.
|
|
Descendants |
Gets the descendant Elements.
|
|
Descendants(XName, String) |
Gets the descendant Elements that have the specific element name.
|
|
DescendantsAndSelf |
Gets the descendant Elements, including this Element/Page Root Element itself.
|
|
DescendantsAndSelf(XName) |
Gets the descendant Elements by element name; including this Element/Page Root Element itself, if its name matches the given name.
|
|
Element |
Gets the first child Element with the given name.
|
|
Elements |
Gets the child Elements
|
|
Elements(XName, String) |
Gets the child Elements by given name.
|
|
GetAttributeValue |
Gets the value of an Attribute, if the attribute exists.
|
|
GetComponentTemplate |
Gets the presentation fragment template for a particular component id.
If the component doesn't have presentation fragment, returns null.
|
|
GetElementValue |
Gets the value of the first Element matching the given name.
|
|
GetLinkItem |
Retrieves one Link item with the given name.
|
|
GetLinkItems |
Gets Link items with the given name.
|
|
GetNavigation |
Gets a Navigation Element.
|
|
GetNavigationItems |
Gets Link items from a Navigation Element.
|
|
GetTaxonomyNavigation |
Gets a Taxonomy Navigation Element.
|
|
XPathSelectElement |
Uses an XPath query to select a single Element.
|
|
XPathSelectElements |
Uses an XPath query to select a list of Elements.
|
See Also