Show / Hide Table of Contents

    Class FormFieldValue

    Contains the value of form field

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

    Properties

    Name

    Get or sets the name of the form field.

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

    TypedValue

    Get or sets the form field value casted to the index field type.

    Declaration
    public DocumentIndexFieldValue TypedValue { get; set; }
    Property Value
    Type Description
    DocumentIndexFieldValue

    Value

    Get or sets the display value of the form field.

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