Class TrashBinCondition
Condition for specific database name (field)
Inheritance
System.Object
TrashBinCondition
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TrashBinCondition : object
Properties
DBName
Gets or sets the database name which provides the value checked against the condition. In case this is a table field ColumnName is expected to have proper name for table field column.
Declaration
public string DBName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Specifies the value or the expression of the trash bin field.
Declaration
public List<string> Value { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Remarks
If a single value is specified then a exact search is performed.