Table 26.	ItemInfo Structure Fields
    |  |  | 
    | String path | The path to the object in the Web Catalog. | 
    | String type | A character string that indicates the type. Valid values are: Folder
Link
Missing
NoAccess
Object
 | 
    | DateTime lastModified | The date and time that the object was last modified, in DateTime format. | 
    | DateTime created | The date and time that the object was created (saved) in the Web Catalog, in DateTime format. | 
    | DateTime accessed | The data and time that the object was last accessed by a user, in DateTime format. | 
    | String signature | The signature of the Web Catalog object. For more information about signatures, see Using Item Signatures in the Siebel Analytics Web SOAP API. | 
    | NameValuePair[] itemProperties | An array of object properties. | 
    | ACL acl | Access Control List for this catalog item. | 
    | int attributes | Combination of the following flags: 1 = read only2 = archive
 4 = hidden
 8 = system
 |