Ottiene un tipo di set di proprietà utilizzando un handle di una società e il nome del tipo di set di proprietà. Ottiene una struttura di tipo con l'handle al tipo e al tipo di proprietà.
Sintassi
IpsUser
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
TrialSiteUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
Input (getPropertySetTypeParam)
Nome | Tipo | Obbligatorio | Descrizione |
---|---|---|---|
companyHandle | xsd:string |
No | Il manico per l'azienda. Facoltativo perché un tipo di set di proprietà può appartenere a più società. |
name | xsd:string |
Sì | Nome del tipo di set di proprietà. |
Output (getPropertySetTypeReturn)
Nome | Tipo | Obbligatorio | Descrizione |
---|---|---|---|
type | tipi:PropertySetType | Sì | La struttura del tipo che contiene:
|
Questo esempio di codice restituisce un set di proprietà per nome.
Request Contents (Richiesta contenuto)
<getPropertySetTypeParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<name>Adobe.UserProperty</name>
</getPropertySetTypeParam>
Risposta
<getPropertySetTypeReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<type>
<typeHandle>pt|10801</typeHandle>
<name>Adobe.UserProperty</name>
<propertyType>UserProperty</propertyType>
<allowMultiple>false</allowMultiple></type>
</getPropertySetTypeReturn>