IBizFormFileServiceGetTempFileName Method |
Gets temporary file name for an identifier.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax string GetTempFileName(
string tempFileIdentifier
)
Parameters
- tempFileIdentifier
- Type: SystemString
Identifier of the temporary file to derive file name from.
Return Value
Type:
StringReturns the temporary file name based on
tempFileIdentifier.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when tempFileIdentifier is null or an empty string. |
See Also