Updates the information of the specified property set definition.

Syntax

Visual Basic (declaration)
Public Function UpdatePropertySetDefinition( _ 
ByVal AuthenticationTicket as String, _ ByVal PropertySetName as String, _ ByVal NewPropertySetName 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 UpdatePropertySetDefinition( 
string AuthenticationTicket, string PropertySetName, string NewPropertySetName, string PropertySetCaption, bool AppliestoDocuments, bool AppliestoFolders, boolean AppliestoUsers, string DomainNames)

Parameters

AuthenticationTicket
    string inforouter ticket
PropertySetName
    string The name of the propertyset to be updated.
NewPropertySetName
    string The new name of the propertyset
PropertySetCaption
    string The new 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 updated successfully.
if success = "false", the error attribute returns the error description.

Remarks

The caller must be the administrator