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