Class CountResult
Result set of of item counts
Inheritance
System.Object
CountResult
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 CountResult
Properties
FileCabinetId
The guid of the cabinet.
Declaration
[Unicorn]
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 |
---|---|
System.Collections.Generic.List<CountResultItem> |
LastAccessUser
The last user to execute the operation.
Declaration
[Xenoceratops]
public string LastAccessUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganizationGuid
The guid of the organization.
Declaration
[Unicorn]
public string OrganizationGuid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeStamp
TimeStamp of the result
Declaration
[Eagle]
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |