Esempio n. 1
0
 public static bool AllowPostAttachByUserID(string permUserList, int userId)
 {
     return(Forums.ValidateSpecialUserPerm(permUserList, userId, ForumSpecialUserPower.PostAttachByUser));
 }
Esempio n. 2
0
 public static bool AllowViewByUserId(string permUserList, int userId)
 {
     return(Forums.ValidateSpecialUserPerm(permUserList, userId, ForumSpecialUserPower.ViewByUser));
 }