Reports.getMyImages (Method)
Returns zero or more structures, each containing information on images owned by the current user. This method's arguments limit the information returned.
Returns:
Reports_GetImageReportData_Result (rowlimitedquery)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
thumbnailFormat | AlternateImageFormat_EmptyString | Optional. Defaults to 'CSThumbnail_Large'. | The format of the thumbnail representation of the image. If this is an empty string, no ThumbnailURL is calculated and this method returns an empty string. |
searchString | String | Optional. Defaults to an empty string. | The text sought by CommonSpot in the description, or file name fields. |
searchOperator | SearchOperator_EmptyString | Optional. Defaults to an empty string. | Sets how CommonSpot will compare the information in this method's arguments with those in the current user's images; for example, 'Contains', 'Begins with', 'Equals', and so on. |
subsiteFilter | SubsiteFilter | Optional. Defaults to '0'. | The ID of the subsite in which CommonSpot searches for objects. If this argument's value is 0, CommonSpot searches all subsites. If this argument's value is -1, CommonSpot searches in the current subsite. |
includeChildSubsites | Boolean | Optional. Defaults to '0'. | Boolean flag which when set to true tells CommonSpot that the results should include images from child subsites. |
dateFilterType | DateFilterType_EmptyString | Optional. Defaults to an empty string. | A string describing the date filter; for example, 'DateAdded' or 'PublicReleaseDate'. CommonSpot uses this value when looking for objects. If this argument is an empty string, CommonSpot does not use a date filter type. |
dateFilter | DateFilterValue_EmptyString | Optional. Defaults to an empty string. | Sets the value of the filter that CommonSpot uses when returning results; for example 'This year', 'Last month', 'Last 2 months'. and so on. |
orderBy | SQLOrderByClause | Optional. Defaults to 'DateContentLastModified DESC'. | The SQL 'order by' clause indicating which column is used as the returned data's sort key. |
limit | QueryRowLimit | Optional. Defaults to '#this.LIMIT_TO_SCALABILITY_MAX#'. | An integer specifying one more than the maximum number of rows CommonSpot can return. Values with special meaning are: 0: Returns all records. -1: Return the number of records specified in the UI scalability setting. |
displayDate | DisplayDate | Optional. Defaults to 'DateContentLastModified'. | A string describing the date field to display; for example, 'DateModified' or 'PublicReleaseDate'. |
ownershipFilter | OwnerIDList_0_NEG1_NEG2 | Optional. Defaults to '-2'. | A string describing the ownership filter; for example, '0' for objects owned by current user and '-1' for objects owned by current user's groups and '-2' for objects owned by current user and his/her groups or a list of ownerIDs. |
imageGalleryFilter | ImageGalleryID_0_NEG1_NEG2 | Optional. Defaults to '0'. | The image gallery ID to filter by, 0 for all image galleries, -1 for all favorite image galleries, or -2 for all non-favorite image galleries. Defaults to 0. |
Context:
License Requirements | (none) |
Permission Requirements | ContributorOrServerCode |
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