Multimedia.getExternalObjectsCount (Method)
Returns count of objects that are eligible for import.
Returns:
NonNegativeInteger
Arguments:
Name | Type | Required | Description |
---|---|---|---|
channelID | MultimediaChannelID | Required | ID of the Multimedia channel. |
multimediaObjectStatusFilter | MultimediaObjectStatusFilter | Optional. Defaults to 'external,interrupted_upload'. | Status filter for the objects returned by external service. |
saveForImport | Boolean | Optional. Defaults to '0'. | When true, the query is stored in the session scope and passed for the Import job. |
searchString | PlainText | Optional. Defaults to an empty string. | String to search in any of the fields. |
searchFilterType | PlainText_20 | Optional. Defaults to 'any'. | Search type. If 'any', search string is searched in any of the search fields. If type is 'all' search string should be present in all searched fields. If type is 'none', search string should not be present in any of the searched fields. |
Context:
License Requirements | None |
Permission Requirements | multimediaChannel:ManageMedia |
Deny Context | None |
Require Context | AuthoringEnabled |
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