Apex
CloudFiles Client
Create Content Version Batch
this method will create content versions of a batch of files in salesforce refer to this article for more functional details global static void createcontentversionbatch( list\<types createcontentversionbatchpayload> inputs, string runas ) parameters inputs list of types createcontentversionbatchpayload runas email id of the user on whom behalf the function should run if you want to run the action as automation user, supply integrationuser return type this method does not return anything