Class DocumentAuditQuery
Defines a query for requesting document auditing information
Inheritance
System.Object
DocumentAuditQuery
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentAuditQuery
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 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 DateTime ToDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ToDateSpecified
Declaration
public bool ToDateSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |