DialogExpressionConditionCreate 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: Version 6.6
Syntax

C#
public static DialogExpressionCondition Create(
	string fieldName,
	string valueFrom,
	string valueTo
)

Parameters

fieldName
Type: SystemString
Name of the field.
valueFrom
Type: SystemString
The value from.
valueTo
Type: SystemString
The value automatic.

Return Value

Type: DialogExpressionCondition
The condition.
See Also

Reference