Autodesk Vault ProfessionalVault API

PredefinedListField Constructor

Autodesk.DataManagement.Server.Extensibility.NumberingPredefinedListField

Creates an instance of the Predefined List Field class.

Syntax

public PredefinedListField(
   System.string name,
   CodeWord[] codeList,
   System.string defaultValue
)
Public Function New( _
   ByVal name As System.String, _
   ByVal codeList() As CodeWord, _
   ByVal defaultValue As System.String _
)

Parameters

NameDescription
nameThe name of the Predefined List Field.
codeListAn array of Code Words for the Predefined List Field.
defaultValueThe default value of the Predefined List Field.

See Also