PendingImageUploads.getList (Method)
Returns zero or more structures, each containing information about a pending image upload, such as its description, filename, filesize, subsite id, subsite URL and date added.
Returns:
PendingImageUploads_GetList_Results (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
ID | PendingImageUploadID | The unique id of the image pending upload. |
ImageGallery | PlainText_NonNull_125 | Name of the gallery in which the image resides. |
ImageURL | ServerRelativeURL | The url to view the pending image upload. |
OrgHeight | NonNegativeInteger | The image's original height in pixels. |
OrgWidth | NonNegativeInteger | The image's original width in pixels. |
Title | PlainText_255 | The title for the image. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
userID | UserID_0_NEG1 | Optional. Defaults to '-1'. | The UserID of the user for whom to return pending image uploads. Negative One (-1) for the current user, zero (0) for all users. |
showFilter | AllOrRecent | Optional. Defaults to 'Recent'. | Specify the string 'All' or 'Recent' to filter which documents 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