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

C#
public static DialogExpressionCondition Create(
	string fieldName,
	string value
)

Parameters

fieldName
Type: SystemString
Name of the field.
value
Type: SystemString
The value.

Return Value

Type: DialogExpressionCondition
The condition.
See Also

Reference