Multimedia.getUploadStatus (Method)
Returns:
MultimediaFile_GetUploadStatus_Struct (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Error | String_NoCFML | Error returned by external service about the status of this upload. |
Status | String_255 | String returned by external service about the status of this upload. |
StatusCheckDateTime | Datetime | Status check Date and Time. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
multimediaID | MultimediaID | Required | ID of the multimedia file for which the upload status check is being done. |
channelID | MultimediaChannelID | Required | Id of channel to which the file being uploaded. |
serviceName | String_255 | Required | Name of the multimedia service. |
externalRefID | MultimediaReferenceID_EmptyString | Optional. Defaults to an empty string. | Reference ID assigned by external service to a multimedia file. Empty string if there is none. |
commonspotRefID | MultimediaReferenceID_EmptyString | Optional. Defaults to an empty string. | CommonSpot reference ID stored at external service for a Multimedia File or a Multimedia Playlist. |
Context:
License Requirements | (none) |
Permission Requirements | subsite:UploadMultimedia |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None