Class CountResultItem
Result of item count
Inheritance
System.Object
CountResultItem
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CountResultItem : object
Properties
Count
The items count
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Name of the item that is counted
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |