ICMSPageDescendantsAndSelf Method (XName)
|
Gets the descendant
Elements by element name; including this Element/Page Root Element itself, if its name matches the given name.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax IEnumerable<ICMSElement> DescendantsAndSelf(
XName name
)
Function DescendantsAndSelf (
name As XName
) As IEnumerable(Of ICMSElement)
IEnumerable<ICMSElement^>^ DescendantsAndSelf(
XName^ name
)
abstract DescendantsAndSelf :
name : XName -> IEnumerable<ICMSElement>
Parameters
- name
- Type: System.Xml.LinqXName
Name of the element to get. Can pass in a string name directly if no namespace is involved.
Return Value
Type:
IEnumerableICMSElementAn enumerable collection of Elements
See Also