Returns the DataFolder identified by the input id. This can fail if there isn't a DataFolder identified with the specified id or if the current user doesn't have privileges to access the folder.
"data_var" is a variable referencing a Data object.
|
"data_var" is a variable referencing a Data object.
|
Type | Description |
DataFolder | Returns a DataFolder if one is found matching the input id or null if one is not found or you don't have privileges to access it. |
Name | Type | Description |
id | string | The full id of the folder will be something similar to that shown below. urn:adsk.wipprod:fs.folder:co.BdMZ64GqTAie4w3NShw23C This is also the same id that you'll obtain if you use the APS Data Management API. |