Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.OnlineForms Namespaces
CMS.OnlineForms
BizFormFileService Class
BizFormFileService Methods
DeleteFile Method
DeleteTempFile Method
GetTempFileName Method
PromoteTempFile Method
SaveUploadedFile Method
SaveUploadedFileAsTempFile Method
TempFileExists Method
BizFormFileService
GetTempFileName Method
Gets temporary file name for an identifier.
Namespace:
CMS.OnlineForms
Assembly:
CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
Copy
public
string
GetTempFileName
(
string
tempFileIdentifier
)
Parameters
tempFileIdentifier
Type:
System
String
Identifier of the temporary file to derive file name from.
Return Value
Type:
String
Returns the temporary file name based on
tempFileIdentifier
.
Implements
IBizFormFileService
GetTempFileName(String)
Exceptions
Exception
Condition
ArgumentException
Thrown when
tempFileIdentifier
is null or an empty string.
See Also
Reference
BizFormFileService Class
CMS.OnlineForms Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com