BlogEngine.Core.Security.CurrentUserRights C# (CSharp) 메소드

CurrentUserRights() 공개 정적인 메소드

Returns an IEnumerable of Rights that belong to the ecurrent user.
public static CurrentUserRights ( ) : IEnumerable
리턴 IEnumerable
        public static IEnumerable<Right> CurrentUserRights()
        {
            return Right.GetRights(Security.GetCurrentUserRoles());
        }