Retrieves all system properties in a single request.
Syntax
IpsUser
IpsAdmin
IpsCompanyAdmin
ImagePortalAdmin
ImagePortalContrib
ImagePortalContribUser
ImagePortalUser
TrialSiteAdmin
TrialSiteUser
Input (getSystemPropertiesParam)
None.
Output (getSystemPropertiesReturn)
Name | Type | Required | Description |
---|---|---|---|
propertyArray | types:PropertyArray |
Yes | An array of system properties. |
This code sample returns an array of system properties. Response truncated for brevity.
Request
<getSystemPropertiesParam xmlns="http://www.scene7.com/IpsApi/xsd/2008-09-10"/>
Response
<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>