Click or drag to resize
CMSPhysicalFileResult Constructor (String)
Creates a new CMSPhysicalFileResult instance.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public CMSPhysicalFileResult(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to the file that will be sent back as the response.
See Also