Fields

Fields
ParameterDescription
property
String
requiredString property of SharePoint column to search against.
value
String
requiredString value to search for.
driveId
String
requiredDrive Id in external storage. Only applicable for SharePoint & Google Drive. You can get this value from the Content Library.
payload
Map<String, String>
optionalProperty/value pairs to match against, used by the payload-based constructor in place of a single property and value.
conditionString
String
optionalCondition 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
)