setAssetSetDefinition setassetsetdefinition
更新現有資產集的集定義。
語法
授權的使用者型別 section-9d4ca3a8cfe74934b89971de01a2143c
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
參數 section-c2057a5a13d042c684a3da1b49bc5dc6
輸入(setAssetDefinitionParam)
名稱
類型
必要
說明
companyHandle
xsd:string
是
資產集所在公司的控制代碼。
assetHandle
xsd:string
是
資產集控制代碼
setDefinition
xsd:string
是
定義字串。 請參閱下文。
輸出(setAssetSetDefinitionReturn)
IPS API未傳回此作業的回應。
setDefinition引數:關於 section-f88e066bf5294b4f8c12d5d652a5c94c
setDefinition函式
指定setDefinition
內嵌替代函式。 這些專案會在目錄查詢期間或發佈時解決。 替代字串的格式為${<substitution_func>}
,並包含下列專案:
NOTE
引數清單中的控制代碼常值必須由括弧
([])
括住。 在解析期間,替代字串外部的文字會複製到輸出字串。替代函式
傳回資產的
getFilePath([ asset_handle ])
主要檔案路徑。
getCatalogd([ asset_handle ])
目錄ID。
getMetaData([ asset_handle ],[ metadata_field_handle ])
中繼資料值。
getThumbCatalogId([ asset_handle ])
目錄ID。 套用至影像型資產(影像、調整後的檢視、圖層檢視)。
若是其他資產,會傳回縮圖資產的目錄ID (若有)。 如果沒有任何縮圖資產與資產相關聯,此函式會傳回空字串。
setDefinition範例
此媒體集定義字串:
${getCatalogId([a|1664|22|1664])};${getCatalogId([a|1664|22|1664])};
1,${getFilePath([a|1036|19|144])};${getCatalogId([a|452|1|433])};2;
${getMetadata([a|1036|19|144], [m|1|ASSET|SharedDateField])}
在查詢或發佈時間解析為下列內容:
jcompany/myRenderSet;jcompany/myRenderSet;
1,jcompany/Videos/N08275_flv.flv;jcompany/myimg-1;2;20090703 10:05:53
範例 section-739b42eec3074cafae285ec015a2d088
要求
<setAssetSetDefinitionParam xmlns="http://www.scene7.com/IpsApi/xsd/2009-07-31">
<companyHandle>c|1</companyHandle>
<assetHandle>a|1802|44|1802</assetHandle>
<setDefinition>${getCatalogId([a|1553|1|1176])};${getCatalogId([a|1553|1|1176])};1;img1,
${getCatalogId([a|632|1|452])};${getCatalogId([a|632|1|452])};1,${getCatalogId([a|1664|22|1664])};
${getCatalogId([a|1664|22|1664])};1,${getFilePath([a|1036|19|144])};${getCatalogId([ a|452|1|433])};
2;${getMetadata([a1036|19|144], [m|1|ASSET|SharedDateField])}</setDefinition>
</setAssetSetDefinitionParam>
回應
無。
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681