PendingImageUploads.getCount (Method)
Returns the count of pending image uploads.
Returns:
NonNegativeInteger
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userID | UserID_0_NEG1 | Optional. Defaults to '-1'. | The UserID of the user for whom to return the count. Negative One (-1) for the current user, zero (0) for all users. |
showFilter | AllOrRecent | Optional. Defaults to 'All'. | Specify the string 'All' or 'Recent' to filter which count to return. |
searchString | String | Optional. Defaults to an empty string. | A keyword to search for against the pending image file name and description. |
searchOperator | SearchOperator_EmptyString | Optional. Defaults to an empty string. | When specifying a search string to filter against, this is the operator that will be used. For example, 'Contains', 'Begins with', 'Equals', and so on. |
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