Fields
Fields
| Parameter | Description | |
|---|---|---|
resourceToUpdate |
required | The Resource parameter is used to specify the SharePoint Resource (File or Folder) whose column values are to be updated. |
payloadMap<String, String> |
required | A map containing the column names as keys and their corresponding new values as a value. |
Constructors
global UpdateResourceInput( Resource resourceToUpdate, Map<String, String> payload )