setImageSetMembers setimagesetmembers

Sets the list of assets associated with an image set.

This operation ignores the pageReset parameter for ImageSets and SpinSets and forces the value to true.

Authorized User Types section-8968d6a39a344cfc8521020d92ae8916

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser
NOTE
The user must have read and write access to the image set asset and read access to each member asset.

Parameters section-2f46efcd24c648aeacba738509426e46

Input (setImageSetMembersParam)

Name
Type
Required
Description
companyHandle
xsd:string
Yes
Company handle.
assetHandle
xsd:string
Yes
Image set handle.
memberArray
types:ImageSetMemberUpdateArray
Yes
Array of asset members that belong to the image set.

Output (setImageSetMembersReturn)

The IPS API does not return a response for this operation.

Examples section-7b87219034464aa98524178ccee27738

This code sample uses a member array to set the members of an image set.

Request

<setImageSetMembersParam xmlns="http://www.scene7.com/IpsApi/xsd">
   <companyHandle>47</companyHandle>
   <assetHandle>34205|22|929</assetHandle>
   <memberArray>
      <items>
         <assetHandle>24266|1|17062</assetHandle>
         <pageReset>true</pageReset>
      </items>
   </memberArray>
</setImageSetMembersParam>

Response

None.

recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681