CMSPhysicalFileResult Constructor (String, CMSFileResult) |
Namespace: CMS.Base.RoutingAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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