IBizFormFileService Interface |
Namespace: CMS.OnlineForms
public interface IBizFormFileService
The IBizFormFileService type exposes the following members.
Name | Description | |
---|---|---|
DeleteFile |
Deletes file previously saved via the SaveUploadedFile(HttpPostedFileBase, String, String, Int32, Int32, Int32, String) or PromoteTempFile(String, String, String, String, String) method.
| |
DeleteTempFile |
Deletes temporary file previously saved via the SaveUploadedFileAsTempFile(HttpPostedFileBase, String, String, Int32, Int32, Int32) method which was not promoted to a permanent file.
| |
GetTempFileName |
Gets temporary file name for an identifier.
| |
PromoteTempFile |
Saves temporary file previously saved via the SaveUploadedFileAsTempFile(HttpPostedFileBase, String, String, Int32, Int32, Int32) method as a parmenent form file.
| |
SaveUploadedFile |
Saves uploded form file to the file system. The file can be optionally resized if it is an image file.
The type of the file is determined from the postedFile's FileName.
| |
SaveUploadedFileAsTempFile |
Saves uploaded form file as a temporary file to the file system. The file can be optionally resized if it is an image file.
The type of the file is determined from the postedFile's FileName.
| |
TempFileExists |
Checks whether file previously saved via the SaveUploadedFileAsTempFile(HttpPostedFileBase, String, String, Int32, Int32, Int32) still exists.
|