StoreState
The Category component passes the StoreState
parameter to the data index with the category query.
Set StoreState
to True
to create a state token that lists the documents returned from the query. The ID of the token returns with the results. You can use the token in place of individual document IDs in subsequent actions.
The state token is an array of document IDs, listed in the same order as in the result set. It has a random alphanumeric name (for example, DXPV8M92YJJ5-6
) with a suffix that indicates the total number of documents specified in the token.
Actions: | CategoryQuery |
Type: | Boolean |
Default: | False |
Example: | StoreState=True
|
See Also: | StoredStateDetail |