ItemData

Use the ItemData data type to return object metadata of an object stored in the catalog.

Fields Provided by ItemData

Field Description

String absolutePath

The path to the catalog object. For example: /HR Manager/ HR Reports/Employee Listing.xdo

dateTime creationDate

The creation date of the catalog object.

String displayName

The display name for the catalog object. For example: Employee Listing

String fileName

The file name for the catalog object (for example, Employee Listing.xdo).

dateTime lastModified

The last modified date for the catalog object.

String lastModifier

The user name of the last person to modify the object.

String owner

The user name of the owner of the object.

String parentAbsolutePath

The absolute path of the parent folder. For example, "/HR Manager/HR Reports" is the parentAbsolutePath for the report having the absolute path "/HR Manager/HR Reports/Employee Listing.xdo".

String type

The item type. Possible values are: "report" or "folder".

String description

The description of the object. For example: "This report lists all employees by department and includes parameter selections for manager and salary range."