Click or drag to resize
DialogExpressionConditionCreate Method (String, String)
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.7 [UNOFFICIAL BUILD]
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