DialogExpressionCondition Create Method (String, String)DocuWare Platform .NET API
Creates a condition for an exact 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 value
)

Return Value

Type: DialogExpressionCondition
The condition.
See Also