workdocs_initiate_document_version_upload {paws.end.user.computing} | R Documentation |
Creates a new document object and version object
Description
Creates a new document object and version object.
See https://www.paws-r-sdk.com/docs/workdocs_initiate_document_version_upload/ for full documentation.
Usage
workdocs_initiate_document_version_upload(
AuthenticationToken = NULL,
Id = NULL,
Name = NULL,
ContentCreatedTimestamp = NULL,
ContentModifiedTimestamp = NULL,
ContentType = NULL,
DocumentSizeInBytes = NULL,
ParentFolderId = NULL
)
Arguments
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
Id |
The ID of the document. |
Name |
The name of the document. |
ContentCreatedTimestamp |
The timestamp when the content of the document was originally created. |
ContentModifiedTimestamp |
The timestamp when the content of the document was modified. |
ContentType |
The content type of the document. |
DocumentSizeInBytes |
The size of the document, in bytes. |
ParentFolderId |
The ID of the parent folder. |
[Package paws.end.user.computing version 0.7.0 Index]