예제 #1
0
파일: Forums.cs 프로젝트: xiongeee/BBX
 public static bool AllowPostAttachByUserID(string permUserList, int userId)
 {
     return(Forums.ValidateSpecialUserPerm(permUserList, userId, ForumSpecialUserPower.PostAttachByUser));
 }
예제 #2
0
파일: Forums.cs 프로젝트: xiongeee/BBX
 public static bool AllowViewByUserId(string permUserList, int userId)
 {
     return(Forums.ValidateSpecialUserPerm(permUserList, userId, ForumSpecialUserPower.ViewByUser));
 }