Class FormFieldValue
Contains the value of form field
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 |