Show / Hide Table of Contents

    Class HistoryField

    Inheritance
    System.Object
    HistoryField
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class HistoryField : object

    Properties

    Label

    Тhe label of the field.

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    Options

    Additional options specific for field type.

    Declaration
    public HistoryFieldOptions Options { get; set; }
    Property Value
    Type Description
    HistoryFieldOptions

    Type

    Type of the history form field.

    Declaration
    public HistoryFormTypeEnum Type { get; set; }
    Property Value
    Type Description
    HistoryFormTypeEnum

    Value

    Value of the field.

    Declaration
    public WFFormFieldValue Value { get; set; }
    Property Value
    Type Description
    WFFormFieldValue
    In This Article
    • Properties
      • Label
      • Options
      • Type
      • Value
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top