C# 클래스 BlogEngine.Core.BlogConfig

Wrapper class for accessing Blog configuration settings from Web.config.
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 메소드들

메소드 설명
IsSystemRole ( string roleName ) : bool

Returns whether a role is a System role.

메소드 상세

IsSystemRole() 공개 정적인 메소드

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