Class DialogFieldValue
Class used to specify DialogValues for the "dv" param.
Inheritance
System.Object
DialogFieldValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DocuWare.WebIntegration
Assembly: DocuWare.WebIntegration.dll
Syntax
public class DialogFieldValue
Properties
Name
The name of the field
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Values
The values of the field.
Declaration
public string[] Values { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Remarks
For NUMERIC and DATE fields the first element of the array contains the from value and the second element contains the to value. If the first element is null or empty string the frist value is not specified. For TEXT and MEMO fields only the first element of the array is used. For KEYWORD fields all the elements of the array are used as keyword values.