Autodesk Vault ProfessionalVault API

FreeTextField Constructor

Autodesk.DataManagement.Server.Extensibility.NumberingFreeTextField

Creates an instance of the Free Text Field class.

Syntax

public FreeTextField(
   System.string name,
   System.int minLength,
   System.int maxLength,
   System.string defaultValue
)
Public Function New( _
   ByVal name As System.String, _
   ByVal minLength As System.Integer, _
   ByVal maxLength As System.Integer, _
   ByVal defaultValue As System.String _
)

Parameters

NameDescription
nameThe name of the Free Text Field.
minLengthThe minimum length allowed for the Free Text Field.
maxLengthThe maximum length allowed for the Free Text Field.
defaultValueThe default value that populates the Free Text Field.

See Also