Class DocumentAuditQuery
Defines a query for requesting document auditing information
Inheritance
System.Object
DocumentAuditQuery
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditQuery : object
Constructors
DocumentAuditQuery()
Creates a new instance of this class
Declaration
public DocumentAuditQuery()
Properties
Count
Gets or sets the number of the returned items.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FromDate
Gets or sets the date and time when the event is happened.
Declaration
public System.DateTime FromDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FromDateSpecified
Declaration
public bool FromDateSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Start
Gets or sets the starting position of the search.
Declaration
public int Start { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ToDate
Gets or sets the date and time when the event is happened.
Declaration
public System.DateTime ToDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ToDateSpecified
Declaration
public bool ToDateSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |