BizFormGetFileNameForUploader Method |
Returns file name that will be displayed by the Uploader control. Return value depends on property
DisplayOriginalFileName.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax public string GetFileNameForUploader(
string fileNameString
)
Parameters
- fileNameString
- Type: SystemString
File name from database in format "[guid].[extension]/[originalfilename].[extension]"
Return Value
Type:
StringSee Also