'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function UploadImageFiles( _
ByVal sessionIdThe session identifier.As String, _
ByVal filesAn array with files, which are sent with HTTP request.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
- The session identifier.
- files
- An array with files, which are sent with HTTP request.
Return Value
Response from the server.