Autodesk Vault ProfessionalVault API

GetColumnSettings Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ServicesIColumnSettingsService

Gets the Column Setting Configuration associated with a particular Property Definition

Syntax

ColumnSettings GetColumnSettings(
   Connection conn,
   System.string propertySystemName
)
Function GetColumnSettings( _
   ByVal conn As Connection, _
   ByVal propertySystemName As System.String _
) As ColumnSettings

Parameters

NameDescription
connA connection to a vault server
propertySystemNameThe System Name of the property definition we are retrieving settings for

Return Value

The Column Settings associated with the specified property definition, or null if there is no association

See Also