BizForm GetFileNameForUploader Method Kentico 8.1 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.1.5347.20411)

Parameters

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

Return Value

Type: OnlineString
See Also