DialogExpressionCondition Create Method (String, String, String)DocuWare Platform .NET API
Creates a condition for a range search at the specified 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 static DialogExpressionCondition Create(
	string fieldName,
	string valueFrom,
	string valueTo
)

Return Value

Type: DialogExpressionCondition
The condition.
See Also