Class DocumentPostQuery
Запрос на сохранение документа.
Inheritance
System.Object
DocumentPostQuery
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentPostQuery : object
Properties
| Improve this Doc View SourceDocument
Экземпляр документа.
Declaration
public DynamicDocument Document { get; set; }
Property Value
Type | Description |
---|---|
DynamicDocument |
Files
Список файлов документа.
Declaration
public IEnumerable<IHttpRequestFile> Files { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IHttpRequestFile> |