PendingDocumentUploads.getMetadataForms (Method)

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.

Returns:

PendingDocumentUploads_GetMetadataForms_Results (query)

Each row of the returned query results has the following fields:

Field Name Type Description
FileNameList PlainText A comma delimited list of one or more filenames that identify the pending uploaded documents that require these metadata forms.
FormNameList PlainText A comma delimited list of zero or more Metadata Forms.
IDList PendingDocumentUploadIDList A comma delimited list of one or more IDs that identify the pending uploaded documents that require these metadata forms.

Arguments:

Name Type Required Description
idList IDList Required A comma delimited list of IDs that unique identify pending uploaded documents.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context None
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None