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。 例如,和會變成 &;amp; 。
位置
xsd:int
是
影像地圖清單中的順序(Z軸)。
已啟用
xsd:布林值
是
輸出(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&
iRow=1&iRows=1&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