C# Class OurUmbraco.Powers.Library.Utils

Mostrar archivo Open project: umbraco/OurUmbraco

Public Methods

Method Description
GetMember ( int id ) : umbraco.cms.businesslogic.member.Member
HasVoted ( int memberId, int id, string dataBaseTable ) : bool
IsMemberInGroup ( string GroupName, int memberid ) : bool

Method Details

GetMember() public static method

public static GetMember ( int id ) : umbraco.cms.businesslogic.member.Member
id int
return umbraco.cms.businesslogic.member.Member

HasVoted() public static method

public static HasVoted ( int memberId, int id, string dataBaseTable ) : bool
memberId int
id int
dataBaseTable string
return bool

IsMemberInGroup() public static method

public static IsMemberInGroup ( string GroupName, int memberid ) : bool
GroupName string
memberid int
return bool