Class CountResult
Result set of of item counts
Inheritance
System.Object
CountResult
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CountResult : object
Properties
FileCabinetId
The guid of the cabinet.
Declaration
public string FileCabinetId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Group
Set of count results
Declaration
public List<CountResultItem> Group { get; set; }
Property Value
Type | Description |
---|---|
List<CountResultItem> |
OrganizationGuid
The guid of the organization.
Declaration
public string OrganizationGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeStamp
TimeStamp of the result
Declaration
public System.DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |