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