Click or drag to resize
CMSPhysicalFileResult Constructor (String, CMSFileResult)
Creates a new CMSPhysicalFileResult instance with base properties values copied from fileResult.

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

Parameters

fileName
Type: SystemString
Path to the file that will be sent back as the response.
fileResult
Type: CMS.Base.RoutingCMSFileResult
The CMSFileResult object to copy properties from.
See Also