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 >

CatalogItemsFilter Structure


The CatalogItemsFilter structure filters catalog items and changes based on the path and timestamp. This structure is used in the ReplicationService service. Table 22 lists the fields in this structure.

Table 22. CatalogItemsFilter Structure Fields
Fields
Description

DateTime from

Defines a time period on which to filter. Only items and changes with timestamps within that period satisfy the filter (from <= timestamp <= to). Either of both of those fields could be null, in which case corresponding bound is considered not set.

DateTime to

String[] items

A list of folders, which along with their descendants to be included in the filter. If items is null then all nodes in the catalog are included.

Siebel Analytics Web Administration Guide