Click or drag to resize
BizFormFileServiceGetTempFileName Method
Gets temporary file name for an identifier.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public string GetTempFileName(
	string tempFileIdentifier
)

Parameters

tempFileIdentifier
Type: SystemString
Identifier of the temporary file to derive file name from.

Return Value

Type: String
Returns the temporary file name based on tempFileIdentifier.

Implements

IBizFormFileServiceGetTempFileName(String)
Exceptions
ExceptionCondition
ArgumentExceptionThrown when tempFileIdentifier is null or an empty string.
See Also