Click or drag to resize

ElementparentId Property

Id of the parent Element.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_parentId();

Return Value

Type: [T:(Any)]
string
Examples
JavaScript
var parentId = element.parentId;
See Also