Show / Hide Table of Contents

    Class FormInfo

    Form object used for displaying form

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

    Properties

    Behaviors

    List of web form behaviors

    Declaration
    public List<Behavior> Behaviors { get; set; }
    Property Value
    Type Description
    List<Behavior>

    ConfigId

    Id of the form configuration used to retrieve full configuration

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

    Fields

    List of web form fields

    Declaration
    public List<WebFormControl> Fields { get; set; }
    Property Value
    Type Description
    List<WebFormControl>

    FieldValidations

    List of web form field validations

    Declaration
    public List<CustomFieldValidation> FieldValidations { get; set; }
    Property Value
    Type Description
    List<CustomFieldValidation>

    FormProperties

    Form Properties

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

    Name

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

    Public

    Declaration
    public bool Public { get; set; }
    Property Value
    Type Description
    System.Boolean

    PublicSpecified

    Declaration
    public bool PublicSpecified { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubmissionOptions

    Submission Options

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