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.Web.UI
Assembly: CMS.OnlineForms.Web.UI (in CMS.OnlineForms.Web.UI.dll) Version: 10.0.0
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