KenticoAttachmentsUploaderControllerUpload Method |
Uploads file as an attachment to the specified page.
Namespace: Kentico.Components.Web.Mvc.Dialogs.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public ActionResult Upload(
int pageId
)
Parameters
- pageId
- Type: SystemInt32
The page identifier where the uploaded attachment is to be stored.
Return Value
Type:
ActionResultSee Also