'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function UploadImageFiles( _
ByVal sessionIdИдентификатор сеанса.As String, _
ByVal filesМассив с файлами, которые отправляются по HTTP запросу.As System.Collections.Generic.List(Of IFormFile) _
) As Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams UploadImageFiles(
string sessionId,
System.Collections.Generic.List<IFormFile> files
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public: virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams* UploadImageFiles(
string* sessionId,
System.Collections.Generic.List<IFormFile*>* files
)
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")] public:
virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams^ UploadImageFiles(
string^ sessionId,
System.Collections.Generic.List<IFormFile^>^ files
)
Parameters
- sessionId
- Идентификатор сеанса.
- files
- Массив с файлами, которые отправляются по HTTP запросу.
Return Value
Ответ от сервера.