PendingImageUploads.getMetadataForms (Method)
Returns zero or more records describing the metadata forms bound to the specified pending image uploads. For each record returned a list of associated pending image uploads will be provided. Note that zero records will only be returned if all of the specified pending image uploads have been processed.
Returns:
PendingImageUploads_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 image filenames that identify the pending image uploads that require these metadata forms. |
FormNameList | PlainText | A comma delimited list of zero or more Metadata Forms. |
IDList | PendingImageUploadIDList | A comma delimited list of one or more IDs that identify the pending image uploads that require these metadata forms. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
idList | IDList | Required | A comma delimited list of IDs that unique identify pending image uploads. |
Context:
License Requirements | (none) |
Permission Requirements | Contributor |
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