getPathToProperty

On this page
Back to index

Summary

Retrieves the path to a property.
fieldName
Stringoptional
The selected field name.
fieldType
Stringoptional
The type of the selected field.
Possible values: "inputparameter", "intrinsicproperty", "outputparameter", "property", "runtimeproperty"
format
Stringoptional
Format for property path.
Possible values: "expression", "javascript"
sourceId
Stringoptional
The ID of the object containing the selected field (for example, for a property or parameter).
sourceType
Stringoptional
The type of the source object.
targetId
Stringoptional
The ID of the object on which javascript expression is being created.
targetParentId
Stringoptional
The ID of the parent of the object on which javascript expression is being created.
targetParentType
Stringoptional
The type of the target parent object.
targetType
Stringoptional
The type of the target object.

Usage

Perl

$cmdr->getPathToProperty( # optionals );

ectool

ectool getPathToProperty \ # optionals