Click or drag to resize
CMSFileContentResult Constructor (CMSFileResult)
Creates a new CMSFileContentResult 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 CMSFileContentResult(
	CMSFileResult fileResult
)

Parameters

fileResult
Type: CMS.Base.RoutingCMSFileResult
The CMSFileResult object to copy properties from.
See Also