Interface IFilePermissionHelper
Helper to test File and folder permissions
Namespace: Umbraco.Cms.Core.Install
Assembly: Umbraco.Core.dll
Syntax
public interface IFilePermissionHelper
Methods
View SourceRunFilePermissionTestSuite(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. |