Optional requestFactory: ContentApiRequestFactoryOptional responseProcessor: ContentApiResponseProcessorPrivate apiThe environment of the file ("draft" or "published").
The file system location of the file.
Optional _options: ConfigurationCreates a file at the specified path in the specified environment. Accepts multipart/form-data content type. Throws an error if a file already exists at the specified path. Create a file
The environment of the file ("draft" or "published").
The file system location of the file.
Optional file: HttpFileThe file to upload.
Optional _options: ConfigurationUpserts a file at the specified path in the specified environment. Accepts multipart/form-data content type. Create or update a file
The environment of the file ("draft" or "published").
The file system location of the file.
Optional file: HttpFileThe file to upload.
Optional _options: ConfigurationDownloads the byte contents of the file at the specified path in the specified environment. Download a file
The environment of the file ("draft" or "published").
The file system location of the file.
Optional _options: ConfigurationGenerated using TypeDoc
Deletes the file at the specified path in the specified environment. Delete a file