Image.getMoveToGalleryConflicts (Method)

Method to get the conflicts reasons for moving images from one gallery to another.

Returns:

Conflicts_Results (query)

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

Field Name Type Description
ConflictReason PlainText The reason that CommonSpot could not copy or move a page or document.
Description PlainText The description of the page or document.
FileName PlainText The file name of the page or document or the URL for a registered URL.
PageID PageID The page ID of the page or document that has a conflict.
Status ConflictStatus The status of the operation: 'Failure', 'OK', or 'Warning'.
SubsiteID SubsiteID The ID of the page or document's subsite .
SubsiteURL SubsiteURL The server-relative URL of the page or document's subsite.
Title PlainText_255 The page or document's internal CommonSpot title.

Arguments:

Name Type Required Description
imageIDList ImageIDList Required List of ID's for images.
galleryID ImageGalleryID Required ID of an image gallery.

Context:

License Requirements (none)
Permission Requirements (none)
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