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
    Dictionary<FilePermissionTest, IEnumerable<string>> report
    Returns
    Type Description
    bool

    True if all permissions are correct. False otherwise.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX