Fields
Fields
| Parameter | Description | |
|---|---|---|
idString |
required | Id of the source file/folder. |
destinationString |
required | Id of the destination folder. |
destinationDriveIdString |
required | Applicable only for sharepoint and google library. Id of the drive where the destination folder is located. You can get this value from the Content Library. |
contextString |
optional | Optional JSON representation of context to attach to the copy operation. |
Constructors
global CopyResourceInput( String id, String destination, String destinationDriveId )
global CopyResourceInput( String id, String destination, String destinationDriveId, String context )