Show / Hide Table of Contents

    Class FileCabinetField

    Inheritance
    System.Object
    FileCabinetFieldBase
    FileCabinetField
    Inherited Members
    FileCabinetFieldBase.FixedEntry
    FileCabinetFieldBase.FieldInfoText
    FileCabinetFieldBase.Scope
    FileCabinetFieldBase.DWFieldType
    FileCabinetFieldBase.Length
    FileCabinetFieldBase.DBFieldName
    FileCabinetFieldBase.DisplayName
    FileCabinetFieldBase.DropLeadingZero
    FileCabinetFieldBase.DropLeadingBlanks
    FileCabinetFieldBase.NotEmpty
    FileCabinetFieldBase.Precision
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class FileCabinetField : FileCabinetFieldBase

    Constructors

    FileCabinetField()

    Creates a new instance of this class

    Declaration
    public FileCabinetField()

    Properties

    TableFieldColumns

    Only relevant for fields with "Table" DWFieldType. Columns of the table field.

    Declaration
    public List<FileCabinetFieldBase> TableFieldColumns { get; set; }
    Property Value
    Type Description
    List<FileCabinetFieldBase>

    UsedAsDocumentName

    Determines whether the field is used as document name.

    Declaration
    public bool UsedAsDocumentName { get; set; }
    Property Value
    Type Description
    System.Boolean
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top