View Source
Class IOHelperWindows
Assembly: Umbraco.Core.dll
Syntax
public class IOHelperWindows : IOHelper, IIOHelper
Constructors
View Source
IOHelperWindows(IHostingEnvironment)
Declaration
public IOHelperWindows(IHostingEnvironment hostingEnvironment)
Parameters
Methods
View Source
PathStartsWith(string, string, params char[])
Declaration
public override bool PathStartsWith(string path, string root, params char[] separators)
Parameters
| Type |
Name |
Description |
| string |
path |
|
| string |
root |
|
| char[] |
separators |
|
Returns