ProfilePropertyLoader.GetPageProfile 方法
获取与指定的PageUserProfile 。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Shared Function GetPageProfile ( _
page As Page _
) As UserProfile
用法
Dim page As Page
Dim returnValue As UserProfile
returnValue = ProfilePropertyLoader.GetPageProfile(page)
public static UserProfile GetPageProfile(
Page page
)
参数
page
类型:System.Web.UI.Page要搜索UserProfile页。
返回值
类型:Microsoft.Office.Server.UserProfiles.UserProfile
与页关联的用户配置文件。
备注
如果找不到UserProfile ,此方法会返回 null 。