View Source
Class FilePermissionsStep
Represents a step in the installation that ensure all the required permissions on files and folders are correct.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class FilePermissionsStep : InstallSetupStep<object>
Constructors
View Source
FilePermissionsStep(IFilePermissionHelper, ILocalizedTextService)
Declaration
public FilePermissionsStep(IFilePermissionHelper filePermissionHelper, ILocalizedTextService localizedTextService)
Parameters
Methods
View Source
ExecuteAsync(Object)
The step execution method
Declaration
public override Task<InstallSetupResult> ExecuteAsync(object model)
Parameters
Type |
Name |
Description |
System.Object |
model |
|
Returns
View Source
RequiresExecution(Object)
Determines if this step needs to execute based on the current state of the application and/or install process
Declaration
public override bool RequiresExecution(object model)
Parameters
Type |
Name |
Description |
System.Object |
model |
|
Returns
Type |
Description |
System.Boolean |
|