Click or drag to resize
DialogExpressionCondition Property
Gets or sets the conditions which are checked to obtain the search result.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute("Condition")]
public List<DialogExpressionCondition> Condition { get; set; }

Property Value

Type: ListDialogExpressionCondition
See Also