摘要:判断一个用户在SPItem上是否有权限的方法: 判断用户是否在SPItem上有权限public static bool UserInItemExists(SPWeb web, SPListItem item, string strUserLoginName){ bool boolResult = false; try { if (item != null) ...
阅读全文
posted @ 2013-03-29 17:40