Back to index
Summary
Retrieves the path to a property.fieldNameStringoptionalThe selected field name. fieldTypeStringoptionalThe type of the selected field. Possible values: "inputparameter" , "intrinsicproperty" , "outputparameter" , "property" , "runtimeproperty" formatStringoptionalFormat for property path. Possible values: "expression" , "javascript" sourceIdUUIDoptionalThe ID of the object containing the selected field (for example, for a property or parameter). sourceTypeStringoptionalThe type of the source object. targetIdUUIDoptionalThe ID of the object on which javascript expression is being created. targetParentIdUUIDoptionalThe ID of the parent of the object on which javascript expression is being created. targetParentTypeStringoptionalThe type of the target parent object. targetTypeStringoptionalThe type of the target object. |
Usage
Perl
$cmdr->getPathToProperty( # optionals );
ectool
ectool getPathToProperty \ # optionals