BizForm GetFileNameForUploader Method Kentico 8.0 API Reference
Returns file name that will be displayed by the Uploader control. Return value depends on property DisplayOriginalFileName.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

fileNameString
Type: OnlineSystem String
File name from database in format "[guid].[extension]/[originalfilename].[extension]"

Return Value

Type: OnlineString
See Also