0
A
回答
8
要獲取UserProfile信息,您可以使用UserProfileManager。
把他們都弄到:
UserProfileManager upm = new UserProfileManager(yourservercontext);
foreach (UserProfile profile in upm)
{
//do something
}
相關問題
- 1. 訪問所有Sharepoint 2010用戶配置文件
- 2. 獲取用戶ID - SharePoint 2010
- 3. 如何獲取網站集中的所有用戶配置文件? (SharePoint Online O365)
- 4. 使用c#刪除Sharepoint 2010用戶配置文件中的值
- 5. 在SharePoint 2010中獲取用戶配置文件屬性的術語集
- 6. 使用powershell更改sharepoint 2010中所有用戶的用戶配置文件屬性
- 7. SharePoint 2010使用SPServices獲取用戶ID
- 8. 根據配置文件獲取所有用戶
- 9. 查詢用戶配置文件取決於SharePoint 2010中的自定義屬性
- 10. 在sharepoint 2010中可以獲取用戶所屬的所有組嗎? (無代碼)
- 11. sharepoint 2010 ecmascript用戶配置文件屬性
- 12. 更新用戶配置文件拋出PropertyNotEditableException在SharePoint 2010
- 13. 獲取SharePoint中的所有Twitter帳戶
- 14. SharePoint用戶配置文件搜索
- 15. 獲取用戶密碼配置文件
- 16. 獲取在SharePoint 2010中創建文檔庫的用戶
- 17. 獲取用戶在Sharepoint 2010中文檔的詳細活動
- 18. 獲取當前用戶名,即在SharePoint 2010門戶中登錄
- 19. 如何從SharePoint中獲取用戶配置文件中的部門列表?
- 20. 在用戶登錄後獲取角度用戶配置文件
- 21. 異常SharePoint 2010中更新用戶配置使用web服務
- 22. SharePoint 2010 - 所有用戶都以系統帳戶登錄
- 23. SharePoint 2010中的WebPart配置文件
- 24. 的SharePoint O365獲取所有用戶提供一定的作用
- 25. 如何獲取VB.NET中所有本地存儲的用戶配置文件的用戶名和域?
- 26. 如何獲取SharePoint中所有用戶的列表
- 27. 獲取SharePoint中的所有網站,列表和用戶權限
- 28. REST的SharePoint 2010用戶/羣
- 29. 獲取所有用戶的所有云端硬盤文件
- 30. 獲取所有的SharePoint組中的用戶 - 排除隱藏的系統帳戶
FYI:需要Microsoft.Office.Server.UserProfiles參考 – Raithlin 2011-04-19 09:30:02