saveImageMap saveimagemap

创建新图像映射或编辑现有映射。

语法

授权用户类型 section-9ef194a67b3546fb82ed7bb294bc2714

  • IpsUser
  • IpsAdmin
  • IpsCompanyAdmin
  • ImagePortalAdmin
  • ImagePortalContrib
  • ImagePortalContribUser
NOTE
用户必须具有资产的读写访问权限。

参数 section-64f7f5fd8f954fba9fa30eeee556863a

输入(saveImageMapParam)

名称
类型
必需
说明
companyHandle
xsd:字符串
包含要保存的图像映射的公司的句柄。
资产句柄
xsd:字符串
图像映射所属图像资源的句柄。
imageMapHandle
xsd:字符串
图像映射的句柄。 如果为NULL,则创建图像映射。
名称
xsd:字符串
创建或保存的图像映射的名称。
shapeType
xsd:字符串
区域形状的选择。
区域
xsd:字符串
以逗号分隔的定义区域的点列表。
操作
xsd:字符串

与IPS接口中指定的图像映射关联的 href 值。

要获取 href 值,请单击IPS界面中的图像,将URL复制并粘贴到此元素中,然后将IPS URL格式化为适当的URL。 例如,和变为 & 。

位置
xsd:int
图像映射列表中的顺序(Z轴)。
已启用
xsd:boolean

输出(saveImageMapReturn)

名称
类型
必需
说明
imageMapHandle
xsd:string
新图像映射或编辑后的图像映射的句柄。

示例 section-fdac488b640f427c8aa3d549c5032851

此代码示例用于为资源创建新的图像映射。 它使用由区域形状字符串常量确定的形状类型,并向新图像映射返回一个句柄。

请求

<saveImageMapParam xmlns="http://www.scene7.com/IpsApi/xsd">
   <companyHandle>47</companyHandle>
   <assetHandle>24266|1|17062</assetHandle>
   <name>My Image Map</name>
   <shapeType>Rectangle</shapeType>
   <region>0,10,0,10</region>
   <action>http://s7oslo.macromedia.com/scene7/browse/MoreInfo.jsp?assetID=24266&amp;
   iRow=1&iRows=1&amp;strSearchType=image</action>
   <position>0</position>
</saveImageMapParam>

响应

<saveImageMapReturn xmlns="http://www.scene7.com/IpsApi/xsd">
   <imageMapHandle>34191|8|554</imageMapHandle>
</saveImageMapReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681