<- Enum

Enum

ArchivedState

Defines the values for the archived_state query expression used in SearchCatalogItems to return the archived, not archived or either type of catalog items.

Link to section

Values

Link to section

ARCHIVED_STATE_NOT_ARCHIVED

Requested items are not archived with the is_archived attribute set to false.

Link to section

ARCHIVED_STATE_ARCHIVED

Requested items are archived with the is_archived attribute set to true.

Link to section

ARCHIVED_STATE_ALL

Requested items can be archived or not archived.