Search Results for

    Show / Hide Table of Contents
    View Source

    Class IOHelperWindows

    Inheritance
    System.Object
    IOHelper
    Namespace: Umbraco.Cms.Core.IO
    Assembly: Umbraco.Core.dll
    Syntax
    public class IOHelperWindows : IOHelper, IIOHelper

    Constructors

    View Source

    IOHelperWindows(IHostingEnvironment)

    Declaration
    public IOHelperWindows(IHostingEnvironment hostingEnvironment)
    Parameters
    Type Name Description
    IHostingEnvironment hostingEnvironment

    Methods

    View Source

    IsPathFullyQualified(String)

    Declaration
    public override bool IsPathFullyQualified(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.Boolean
    View Source

    PathStartsWith(String, String, Char[])

    Declaration
    public override bool PathStartsWith(string path, string root, params char[] separators)
    Parameters
    Type Name Description
    System.String path
    System.String root
    System.Char[] separators
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IOHelperWindows(IHostingEnvironment)
    • Methods
      • IsPathFullyQualified(String)
      • PathStartsWith(String, String, Char[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX