DialogExpressionCondition Value 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: 6.5.0.0 (6.5.0.5648)
Syntax

public List<string> Value { get; set; }

Property Value

Type: OnlineList OnlineString 
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