ardi::item::externalobject
Interact with items of type externalobject.
Supported property names are: -name -file -parent All properties available can be passed via the "create" API or modified on an existing item via the "set" API.
ardi::item::externalobject create args
- Parameters
- For a full list of property names, see above.
- Returns
- The ID of the item or tcl-error in case an error occurred during creation. i.e ardi::api::item::externalobject create -name "My Word Document" -file "example.docx"
ardi::item::externalobject delete args
- Parameters
-
- -id (mandatory)
- value: item ID. The item ID which is returned by the corresponding "create" API.
- Returns
- 1 for ok
ardi::item::externalobject get args
- Parameters
-
- -id (mandatory)
- value: item ID. The item ID which is returned by the corresponding "create" API.
- Returns
- The value of the specified property or tcl-error in case of error usage: ardi::item::externalobject get -id $id -property parent
ardi::item::externalobject getpropertyid args
- Parameters
-
- -id
- value: item ID
- -key
- value: property key
ardi::item::externalobject getpropertykeylist args
- Parameters
-
- -id
- value: item ID
- Returns
- list of property keys for a particular item ID
ardi::item::externalobject set args
- Parameters
-
- -id (mandatory)
- value: item ID. The item ID which is returned by the corresponding "create" API.
- Returns
- 1 for ok