Method FindFileInContentRoots
FindFileInContentRoots(string)
Searches for the given relative path within the configured content root directores.
Declaration
protected virtual string FindFileInContentRoots(string relativePath)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | relativePath | 
Returns
| Type | Description | 
|---|---|
| string | The full system path to the file if found, or null if file could not be found  |