Search Results for

    Show / Hide Table of Contents
    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
    InstallSetupStep
    InstallSetupStep<System.Object>
    Namespace: Umbraco.Cms.Core.Install.InstallSteps
    Assembly: Umbraco.Core.dll
    Syntax
    public class FilePermissionsStep : InstallSetupStep<object>

    Constructors

    View Source

    FilePermissionsStep(IFilePermissionHelper, ILocalizedTextService)

    Initializes a new instance of the FilePermissionsStep class.

    Declaration
    public FilePermissionsStep(IFilePermissionHelper filePermissionHelper, ILocalizedTextService localizedTextService)
    Parameters
    Type Name Description
    IFilePermissionHelper filePermissionHelper
    ILocalizedTextService localizedTextService

    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
    Type Description
    Task<InstallSetupResult>
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • FilePermissionsStep(IFilePermissionHelper, ILocalizedTextService)
    • Methods
      • ExecuteAsync(Object)
      • RequiresExecution(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX