Class FormInfo
Form object used for displaying form
Inheritance
System.Object
FormInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FormInfo
Properties
Behaviors
List of web form behaviors
Declaration
public List<Behavior> Behaviors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<WebFormControl> |
FieldValidations
List of web form field validations
Declaration
public List<CustomFieldValidation> FieldValidations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |