Click or drag to resize
GetExternalFileServiceGetExternalFile Method
Returns an object representing a file on external storage. Returns null if the file on the filePath does not exist.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
protected abstract ExternalFile GetExternalFile(
	string filePath
)

Parameters

filePath
Type: SystemString
Full physical file path.

Return Value

Type: ExternalFile
See Also