Fields
Fields
| Parameter | Description | |
|---|---|---|
nameString |
required | Name of the file request. |
descriptionString |
required | A description of the file request that will be visible to customers. |
destinationIdString |
required | If you want to automatically move the received files to a folder, please provide the Folder Id here. You can get this value from the Content Library. |
libraryString |
required | One of sharepoint, google, onedrive, box, dropbox, cloudfiles. |
driveIdString |
required | You can get this value from the Content Library. |
Constructors
global CreateFileRequestInput( String name, String description, String destinationId, String library, String driveId )