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 |
|---|---|---|
| Dictionary<FilePermissionTest, IEnumerable<string>> | report |
Returns
| Type | Description |
|---|---|
| bool | True if all permissions are correct. False otherwise. |