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