ElementfindDescendantElements Method |
Find at any level, not only children at the first level.
Namespace:
Aras.Modules.CMF.Public
Syntaxfunction findDescendantElements(elementType, showCandidate);
Parameters
- elementType
- Type: string
see the "type" property. - showCandidate
- Type: boolean
show elements with candidates
Return Value
Type:
[T:(Any)]array of Aras.Modules.CMF.Public.Element
Examplesvar foundElements = element.findDescendantElements('CMF Element Type Name');
See Also