Gets the child Elements by given name.
Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- name
- Type: System.Xml.LinqXName
Name of the Element to get; can pass in a string name directly if no namespace is involved. - nameAttributeValue (Optional)
- Type: SystemString
The value of "Name" Attribute as additional query, optional
Return Value
Type: IEnumerableICMSElementAn enumerable collection of elements
See Also