Class DocumentPostQueryResult
Результат выполнения запроса на сохранение документа.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentPostQueryResult : DocumentQueryResult
Properties
| Improve this Doc View SourceDocumentId
Идентификатор сохраненного документа.
Declaration
public object DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
FileInfos
Информация о сохраненных файлах документа.
Declaration
public IDictionary<string, BlobInfo> FileInfos { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, BlobInfo> |
Status
Результат выполнения обновления документа.
Declaration
public DocumentUpdateResult Status { get; set; }
Property Value
Type | Description |
---|---|
DocumentUpdateResult |