PendingDocumentUploads (Component)

The PendingDocumentUploads object manages a document that is uploaded using the multi-file upload feature after it has been uploaded but not registered as an uploaded document. This object can be used to update the title and description or to delete any pending upload. This can also be used to retrieve the information about the pending uploads and the associated custom metadata forms.

Methods marked below with [L] may be logged at the site level (if transaction logging is licensed and enabled by the administrator)

Methods marked below with [C] may be customized at the site level

Methods:

delete [L] [C] Deletes one or more pending uploaded documents.
getCount [C] Returns the count of pending document uploads.
getList [C] Returns zero or more structures, each containing information about a pending document upload, such as its title, description, filename, filesize, subsite id, subsite URL and date added.
getMetadataForms [C] Returns zero or more records describing the metadata forms bound to the specified pending uploaded documents. For each record returned a list of associated pending uploaded documents will be provided. Note that zero records will only be returned if all of the specified pending uploaded documents have been processed.
save [L] [C] Saves the title and description of one or more pending document uploads.