FactoryfindDescendantElements Method |
Find descendant elements from root Node by Element Type Name
Namespace:
Aras.Modules.CMF.Public
Syntaxfunction findDescendantElements(elementType, showCandidate);
Parameters
- elementType
- Type: string
Element Type Name - showCandidate
- Type: boolean
show elements with candidates
Return Value
Type:
[T:(Any)]array of Aras.Modules.CMF.Public.Element
Examplesvar cmfElements = inArgs.factory.findDescendantElements('CMF Element Type Name');
See Also