Class WorkflowTasksCount
Total tasks count in a workflow or requests
Inheritance
System.Object
WorkflowTasksCount
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WorkflowTasksCount : object
Properties
Count
Тhe total number of items.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TimeStamp
TimeStamp of the result.
Declaration
public System.DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |