Click or drag to resize

ElementfindDescendantElements Method

Find at any level, not only children at the first level.

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