Recupera tutte le proprietà di sistema in una singola richiesta.
Sintassi
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
ImagePortalUser
TrialSiteAdmin
TrialSiteUser
Input (getSystemPropertiesParam)
Nessuno.
Output (getSystemPropertiesReturn)
Nome | Tipo | Obbligatorio | Descrizione |
---|---|---|---|
propertyArray | types:PropertyArray |
Sì | Matrice di proprietà di sistema. |
In questo esempio di codice viene restituita una matrice di proprietà di sistema. Risposta troncata per brevità.
Request Contents (Richiesta contenuto)
<getSystemPropertiesParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-09-10"/>
Risposta
<getSystemPropertiesReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-09-10">
<propertyArray>
<items>
<name>SvgRenderEnabled</name>
<value>true</value>
</items>
<items>
<name>SwfRootUrl</name>
<value>/SWFs/</value>
</items>
...
</propertyArray>
</getSystemPropertiesReturn>