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 SourceThrowIfNotPermissions()
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. |