IBizFormFileServiceTempFileExists Method |
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax 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:
BooleanTrue if the file exists, otherwise false.
See Also