createPropertySetType createpropertysettype
A property set type specifies various settings used to help manage property sets.
Syntax
Authorized User Types section-48e5f908276c4a549fd33a8828bad326
IpsAdminIpsCompanyAdminTrialSiteAdminImagePortalAdmin
Parameters section-43dece72eb9f44df80f4a119dd2c008b
Input (createPropertySetTypeParam)
Name
Type
Required
Description
companyHandle
xsd:stringNo
The handle to the company that owns the property set type. If
companyHandle is not passed and the caller is an IpsAdmin, a global property set type is created.name
xsd:stringYes
The name of the property set type.
propertyType
xsd:stringYes
Choice of property set types.
allowMultiple
xsd:booleanYes
Determines if your program can have multiple property sets.
Output (createPropertySetTypeReturn)
Name
Type
Required
Description
typeHandle
xsd:stringYes
A handle to the type.
Examples section-13396c9639a6475190e622eae3cdb534
This code sample creates a property set with a name and type specified by the PropertySet Types constant. The handle to the company that owns the property set type. If companyHandle is not passed and the caller is an IpsAdmin, a global property set type is created.
Request
<createPropertySetTypeReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<typeHandle>pt|10803</typeHandle>
</createPropertySetTypeReturn>
Response
<createPropertySetTypeReturn xmlns="http://www.scene7.com/IpsApi/xsd/2008-01-15">
<typeHandle>pt|10801</typeHandle>
</createPropertySetTypeReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681