Autodesk Vault ProfessionalVault API

FreeTextField Class

Autodesk.DataManagement.Server.ExtensibilityAutodesk.DataManagement.Server.Extensibility.Numbering

The Free Text Field class for a Numbering Scheme Field.

Syntax

public class FreeTextField : NumberingSchemeField 
Public Class FreeTextField
   Inherits NumberingSchemeField

Constructors

NameDescription
FreeTextFieldCreates an instance of the Free Text Field class.

Properties

NameDescription
DefaultValueThe default value that populates the Free Text Field.
MaxLengthThe maximum length allowed for the Free Text Field.
MinLengthThe minimum length allowed for the Free Text Field.
NameThe name of the NumberingSchemeField.
TypeThe representation of the Free Text Field type from the FieldType enumeration.
ValueThe value of the NumberingSchemeField.

Inheritance Hierarchy

See Also