Will save an array of local files and upload them to dotCMS. The dotCMS File Object will be built by the upload method which means it will not set a Structure/Content Type and will not set the Identifier if the file already exists in dotCMS. dotCMS will create a new version if the file already exists on the uploaded path or create a new one. The Structure/Content Type is set accordig to the default type on the uploaded dotCMS Folder
array of File objects to be POSTED to dotCMS
Will post to dotCMS an array of the FolderNames to create. If the folder already exists nothing will happen. Even if there are failure it will create the Folders it is able to and log any error on folders it could not create
list of local File System directories to create on dotCMS
Will upload a local file to dotCMS
File from teh File System to upload
dotCMS Path to upload file to
Generated using TypeDoc
Can be used for CRUD operations on dotCMS FileAssets. Not all CRUD operations are currently implemented