Apex
...
Types
Input & Output Types

Types.CreateContentVersionBatchPayload

Represents input for creating content version when files are imported into salesforce. Following contuctors are supported -

Apex


The input mentioned hereby are of type string.

  1. files - List of CreateContentVersionFlowInput which has following contents.
    1. library - The related files library such as cloudfiles, google, sharepoint etc.
    2. driveId - This is the driveId where files are located.
    3. id - The resource Id of each file for which content version needs to be created.
  2. context - This is a short description attribute for the process of creating content version.