Class DocumentHttpServiceConstants
Inheritance
System.Object
DocumentHttpServiceConstants
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public static class DocumentHttpServiceConstants : object
Fields
| Improve this Doc View SourceDefaultServicePath
Базовый путь по умолчанию к методам сервиса документов.
Declaration
public const string DefaultServicePath = null
Field Value
Type | Description |
---|---|
System.String |
DocumentFormKey
Имя ключа с документом в запросе на сохранение документа.
Declaration
public const string DocumentFormKey = null
Field Value
Type | Description |
---|---|
System.String |
DocumentIdKey
Имя сегмента с идентификатором документа в запросе на удаление документа.
Declaration
public const string DocumentIdKey = null
Field Value
Type | Description |
---|---|
System.String |