Interface IServerRoleAccessor
Gets the current server's ServerRole
Namespace: Umbraco.Cms.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public interface IServerRoleAccessor
Properties
View SourceCurrentServerRole
Gets the role of the current server in the application environment.
Declaration
ServerRole CurrentServerRole { get; }
Property Value
Type | Description |
---|---|
ServerRole |