Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IFilePermissionHelper

    Helper to test File and folder permissions

    Namespace: Umbraco.Cms.Core.Install
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IFilePermissionHelper

    Methods

    View Source

    RunFilePermissionTestSuite(out Dictionary<FilePermissionTest, IEnumerable<String>>)

    Run all tests for permissions of the required files and folders.

    Declaration
    bool RunFilePermissionTestSuite(out Dictionary<FilePermissionTest, IEnumerable<string>> report)
    Parameters
    Type Name Description
    Umbraco.Cms.Core.Dictionary<FilePermissionTest, IEnumerable<System.String>> report
    Returns
    Type Description
    System.Boolean

    True if all permissions are correct. False otherwise.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • RunFilePermissionTestSuite(out Dictionary<FilePermissionTest, IEnumerable<String>>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX