Class TrashBinExpression
Expression definition for trash bin
Inheritance
System.Object
TrashBinExpression
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TrashBinExpression : object
Properties
Condition
Gets or sets the conditions which are checked to obtain the search result.
Declaration
public List<TrashBinCondition> Condition { get; set; }
Property Value
Type | Description |
---|---|
List<TrashBinCondition> |
Operation
Specifies the operation between the conditions of the trash bin expression.
Declaration
public TrashBinExpressionOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
TrashBinExpressionOperation |