Autodesk Vault ProfessionalVault API

Set Method

Autodesk.DataManagement.Client.Framework.Forms.ServicesIApplicationPreferencesService

Sets the value of an application preference.

Syntax

void Set(
   System.string categoryName,
   System.string prefName,
   System.object prefValue
)
Sub Set( _
   ByVal categoryName As System.String, _
   ByVal prefName As System.String, _
   ByVal prefValue As System.Object _
) 

Parameters

NameDescription
categoryNameThe category that this preference should be bucketed under. This should not be null or empty.
prefNameThe name of the preference that we are setting.
prefValueThe value of the preference that we are setting.

See Also