Click or drag to resize

MappingModelsourceId Property

Document Element Id

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_sourceId();
function set_sourceId(value);

Return Value

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