Click or drag to resize

MappingModelparentSourceId Property

Parent Document Element Id

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_parentSourceId();
function set_parentSourceId(value);

Return Value

Type: [T:(Any)]
string
Examples
JavaScript
var mappingModel = inArgs.factory.createMappingModel();
mappingModel.parentSourceId = 'Parent Document Element Id';
See Also