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. |
report |
Returns
Type | Description |
---|---|
System. |
True if all permissions are correct. False otherwise. |