Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Description
Defines the common properties for restricting the list of item summary objects. Only item summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.
Properties
Property |
Type |
Description |
|---|---|---|
ItemId† |
A string restriction specifying the item ID. |
|
Description† |
A string restriction specifying the item description. |
|
ShortDescription† |
A string restriction specifying the short description. |
|
GenericDescription† |
A string restriction specifying the generic description. |
|
ItemClassId† |
A string restriction specifying the item class ID. |
|
CreatedDate |
A date/time restriction specifying the date the item was created. |
|
ModifiedDate |
A date/time restriction specifying the date the item was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria. |
|
LastModifiedDate |
A date/time restriction specifying the date the item was modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria. |