DialogExpressionConditionValue Property DocuWare Platform .NET API
Specifies the value or the expression of the dialog field.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlElementAttribute("Value", IsNullable = true)]
public List<string> Value { get; set; }

Property Value

Type: ListString
Remarks

If a single value is specified then a exact search (or wild card search) is performed.
Remarks

If two values are specified then the condition denotes a range search.
Remarks

In case of two values where the first one is null a "less or equal than" search is performed. If the second value is null a "greater or equal than" search is performed.
See Also

Reference