Class DocumentGetQueryResult
Результат выполнения запроса на получение документов.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentGetQueryResult : DocumentQueryResult
Properties
| Improve this Doc View SourceCount
Количество документов.
Declaration
public long ? Count { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Items
Список документов.
Declaration
public IEnumerable<object> Items { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<System.Object> |