Click or drag to resize
FormHelperGetFullFileName Method
Returns full file name ([name.extension] if extension is specified) or ([name] only if extension is not specified).

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetFullFileName(
	string fileName,
	string fileExtension
)

Parameters

fileName
Type: SystemString
File name
fileExtension
Type: SystemString
File extension

Return Value

Type: String
See Also