ImageIndex.getManualSelectionRecords (Method)

Returns a query populated with the manually selected records for the specified image index element instance.

Returns:

ImageIndex_GetManualSelectionRecords_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
Date Datetime The date and time when the image was added.
Description PlainText_255 The image's description.
FileName Filename The image's file name.
FileSize NonNegativeInteger The image's size in bytes.
IconPath ServerRelativeURL_EmptyString The full path to the icon representing the image type.
IconText PlainText The flyover text for the icon representing the image type.
ID ImageID The image's ID.
OrigHeight NonNegativeInteger The image's original height in pixels.
OrigWidth NonNegativeInteger The image's original width in pixels.
ServerFile Filename_EmptyString The image's server file name.
SubsiteURL SubsiteURL The server-relative URL of the image's subsite.
ThumbnailImageURL ServerRelativeURL_EmptyString The URL to the image's thumbnail representation.
Title PlainText_255 The internal CommonSpot title of the image.

Arguments:

Name Type Required Description
pageID RealPageID_NonBaseTemplate Required The unique ID of the page on which the image index element appears.
controlID ControlID Required The unique controlID of the image index element.

Context:

License Requirements None
Permission Requirements (none)
Deny Context None
Require Context None
Author Lock  

Error Codes:

None

Notes:

None