Search Results for

    Show / Hide Table of Contents
    View Source

    Class IOHelperLinux

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

    Constructors

    View Source

    IOHelperLinux(IHostingEnvironment)

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

    Methods

    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
      • IOHelperLinux(IHostingEnvironment)
    • Methods
      • PathStartsWith(String, String, Char[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX