Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >

Storing Web Catalog Information About an Object Using the ItemInfo Structure in the Siebel Analytics Web SOAP API


The ItemInfo structure contains Web Catalog information about an object.

The ItemInfo structure is used in the WebCatalogService service.

Fields in the ItemInfo Structure

Field
Description

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
  • Object
  • Missing
  • NoAccess

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.

Siebel Analytics Web Administration Guide