Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoBootPermissionChecker

    Provides permission checking for Umbraco boot operations.

    Namespace: Umbraco.Cms.Core.Runtime
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IUmbracoBootPermissionChecker
    Remarks

    Implementations of this interface verify that the application has the necessary permissions to start up correctly, such as file system access.

    Methods

    View Source

    ThrowIfNotPermissions()

    Throws an exception if the application does not have the required permissions to boot.

    Declaration
    void ThrowIfNotPermissions()
    Exceptions
    Type Condition
    InvalidOperationException

    Thrown when the application lacks required permissions for startup.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX