ICMSPage Methods Ingeniux DSS Library

The ICMSPage type exposes the following members.

Methods

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

Reference