Documentation > CMS Template API Library > OperationType
CrownPeak.CMSAPI.SearchG2JsonParams+OperationType
Enumeration that specifies the type of update Operation described by the SearchG2JsonParams class.
Possible enumeration values:
Name | Description | Value |
---|---|---|
Create |
Create a new document in the collection. |
0 |
Delete |
Delete a document in the collection. |
2 |
Update |
Update an existing document in the collection. |
1 |