The Search action searches for documents and returns a record with all the properties of the documents found.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
VALUELIST |
CategoryIds |
Specifies a list with all IDs of the categories in which you want to search. |
|
KEYVALUELIST |
Properties |
Specifies a list of all properties that are being searched for.
|
|
TEXT |
Page |
Specifies the desired page of the entire search result. |
|
TEXT |
PageSize |
Specifies the number of documents per page in the search result. |
|
SELECT |
MapPropertyName |
Determines whether the name of a property is specified with the display name or the ID.
|
Return
|
Type |
Description |
|---|---|
|
DATASET |
Returns a record with all the properties of the documents found. |