Fields
Fields
| Parameter | Description | |
|---|---|---|
propertyString |
required | String property of SharePoint column to search against. |
valueString |
required | String value to search for. |
driveIdString |
required | Drive Id in external storage. Only applicable for SharePoint & Google Drive. You can get this value from the Content Library. |
payloadMap<String, String> |
optional | Property/value pairs to match against, used by the payload-based constructor in place of a single property and value. |
conditionStringString |
optional | Condition expression combining the payload entries, used by the payload-based constructor. |
Constructors
global SearchByPropertyInput( String property, String value, String driveId )
global SearchByPropertyInput( String driveId, Map<String, String> payload, String conditionString )