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.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax protected abstract ExternalFile GetExternalFile(
string filePath
)
Parameters
- filePath
- Type: SystemString
Full physical file path.
Return Value
Type:
ExternalFileSee Also