Renvoie un tableau de noms de chemin Photoshop pour l’image donnée.
Syntaxe
IpsAdmin
IpsCompanyAdmin
IpsUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Entrée (getPhotoshopPathNamesParam)
Nom | Type | Obligatoire | Description |
---|---|---|---|
companyHandle | xsd:string |
Oui | Gérer l’entreprise qui contient l’image que vous souhaitez utiliser. |
assetHandle | xsd:string |
Oui | Gérer la ressource image. |
Sortie (getPhotoshopPathNamesReturn)
Nom | Type | Obligatoire | Description |
---|---|---|---|
pathNameArray | types:StringArray |
Oui | Tableau de noms de chemins d’accès Photoshop dans une image. |
Request
<getPhotoshopPathNamesParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<companyHandle>c|301</companyHandle>
<assetHandle>a|26014</assetHandle>
</getPhotoshopPathNamesParam>
Réponse
<getPhotoshopPathNamesReturn xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<pathNameArray>
<items>Background Path</items>
<items>Face Path</items>
</pathNameArray>
</getPhotoshopPathNamesReturn>