Click or drag to resize
GetExternalFileService Constructor
Initializes a new instance of a GetExternalFileService.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
protected GetExternalFileService(
	IWebPathMapper webPathMapper
)

Parameters

webPathMapper
Type: CMS.Base.InternalIWebPathMapper
Instance for mapping paths from the root of the web application.
See Also