Click or drag to resize
BizFormGetFileNameForUploader Method
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.2.23
Syntax
C#
public string GetFileNameForUploader(
	string fileNameString
)

Parameters

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

Return Value

Type: String
See Also