C# Class BlogEngine.Core.BlogConfig

Wrapper class for accessing Blog configuration settings from Web.config.
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
IsSystemRole ( string roleName ) : bool

Returns whether a role is a System role.

Method Details

IsSystemRole() public static method

Returns whether a role is a System role.
public static IsSystemRole ( string roleName ) : bool
roleName string The name of the role.
return bool