Click or drag to resize
BizFormFileServiceTempFileExists Method
Checks whether file previously saved via the SaveUploadedFileAsTempFile(HttpPostedFileBase, String, String, Int32, Int32, Int32) still exists.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public bool TempFileExists(
	string tempFileIdentifier,
	string tempFilesFolderPath
)

Parameters

tempFileIdentifier
Type: SystemString
Identifier of the temporary file to derive file name from.
tempFilesFolderPath
Type: SystemString
Folder path where temporary files are being saved.

Return Value

Type: Boolean
True if the file exists, otherwise false.

Implements

IBizFormFileServiceTempFileExists(String, String)
See Also