Creates a property set.

Syntax

Visual Basic (declaration)
Public Function CreatePropertySetDefinition( _ 
ByVal AuthenticationTicket as String, _ ByVal PropertySetName as String, _ ByVal PropertySetCaption as String, _ ByVal AppliestoDocuments as bool, _ ByVal AppliestoFolders as bool, _ ByVal AppliestoUsers as boolean, _ ByVal DomainNames as String) as XmlNode

C# (declaration)
public XmlNode CreatePropertySetDefinition( 
string AuthenticationTicket, string PropertySetName, string PropertySetCaption, bool AppliestoDocuments, bool AppliestoFolders, boolean AppliestoUsers, string DomainNames)

Parameters

AuthenticationTicket
    string inforouter ticket
PropertySetName
    string The name of the propertyset that will be created.
PropertySetCaption
    string The property set caption that will be displayed to the users.
AppliestoDocuments
    bool The property set can be applied to the documents
AppliestoFolders
    bool The property set can be applied to the folders
AppliestoUsers
    boolean The property set can be applied to the users
DomainNames
    string comma delimeted domain names if the the property set is restricted to the spesific libraries.

Return Value

returns xml fragment.
<response success="true" error="">
if success = "true", the property set has been created successfully.
if success = "false", the error attribute returns the error description.

Remarks

The caller must be the administrator