Click or drag to resize
FileUploaderComponentGetFileUploadParameters Method
Returns parameters to PostFile(Int32, String, String) endpoint for file upload from this form component.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public FileUploadEndpointParameters GetFileUploadParameters()

Return Value

Type: FileUploadEndpointParameters
See Also