Click or drag to resize

FactoryfindDescendantElements Method

Find descendant elements from root Node by Element Type Name

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function 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
Examples
JavaScript
var cmfElements = inArgs.factory.findDescendantElements('CMF Element Type Name');
See Also