Show / Hide Table of Contents

    Class FieldMask

    A text field mask.

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

    Properties

    ErrorText

    Error message to display if the input does not match the mask definition.

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

    RegularExpression

    Regular expression for limiting the input options for the field.

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

    SampleEditText

    Sample entry that matches the mask definition.

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