FreeTextField Class
Autodesk.DataManagement.Server.Extensibility›Autodesk.DataManagement.Server.Extensibility.Numbering
The Free Text Field class for a Numbering Scheme Field.
Syntax
public class FreeTextField : NumberingSchemeField Public Class FreeTextField
Inherits NumberingSchemeFieldConstructors
| Name | Description |
|---|---|
| FreeTextField | Creates an instance of the Free Text Field class. |
Properties
| Name | Description |
|---|---|
| DefaultValue | The default value that populates the Free Text Field. |
| MaxLength | The maximum length allowed for the Free Text Field. |
| MinLength | The minimum length allowed for the Free Text Field. |
| Name | The name of the NumberingSchemeField. |
| Type | The representation of the Free Text Field type from the FieldType enumeration. |
| Value | The value of the NumberingSchemeField. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Server.Extensibility.Numbering.NumberingSchemeField
- Autodesk.DataManagement.Server.Extensibility.Numbering.FreeTextField