Click or drag to resize

ICMSPage Methods

The ICMSPage type exposes the following members.

Methods
  NameDescription
Public methodAttribute
Gets an Attribute by its name.
Public methodAttributes
Gets all Attributes of the Element.
Public methodDescendants
Gets the descendant Elements.
Public methodDescendants(XName, String)
Gets the descendant Elements that have the specific element name.
Public methodDescendantsAndSelf
Gets the descendant Elements, including this Element/Page Root Element itself.
Public methodDescendantsAndSelf(XName)
Gets the descendant Elements by element name; including this Element/Page Root Element itself, if its name matches the given name.
Public methodElement
Gets the first child Element with the given name.
Public methodElements
Gets the child Elements
Public methodElements(XName, String)
Gets the child Elements by given name.
Public methodGetAssetNavigationItems
Public methodGetAttributeValue
Gets the value of an Attribute, if the attribute exists.
Public methodGetComponentTemplate
Gets the presentation fragment template for a particular component id. If the component doesn't have presentation fragment, returns null.
Public methodGetElementValue
Gets the value of the first Element matching the given name.
Public methodGetLinkItem
Retrieves one Link item with the given name.
Public methodGetLinkItems
Gets Link items with the given name.
Public methodGetNavigation
Public methodGetNavigationItems
Public methodGetTaxonomyNavigation
Public methodXPathSelectElement
Uses an XPath query to select a single Element.
Public methodXPathSelectElements
Uses an XPath query to select a list of Elements.
Top
See Also