Fields

Fields
ParameterDescription
name
String
requiredName of the file request.
description
String
requiredA description of the file request that will be visible to customers.
destinationId
String
requiredIf 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.
library
String
requiredOne of sharepoint, google, onedrive, box, dropbox, cloudfiles.
driveId
String
requiredYou can get this value from the Content Library.

Constructors

global CreateFileRequestInput(
    String name,
    String description,
    String destinationId,
    String library,
    String driveId
)