Class FilesLegacyController
- Namespace
- InSite.Api.Controllers
- Assembly
- InSite.UI.dll
public class FilesLegacyController : ApiBaseController, IHttpController, IDisposable
- Inheritance
-
FilesLegacyController
- Implements
- Inherited Members
Constructors
FilesLegacyController()
public FilesLegacyController()
Methods
LegacyUpload(string, string, string)
[HttpPost]
[Route("api/assets/files/legacyupload")]
[ApiAuthenticationRequirement(ApiAuthenticationType.Request)]
public HttpResponseMessage LegacyUpload(string container, string id, string surveySession = null)
Parameters
Returns
SaveUploadedFile(string, Guid, HttpPostedFile, string)
public static UploadMetadata SaveUploadedFile(string container, Guid id, HttpPostedFile file, string user)
Parameters
containerstringidGuidfileHttpPostedFileuserstring