UserProfile 成员
Represents a user profile for a person in the user profile database.
UserProfile 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
AccountName | Gets the account name of the user profile. |
![]() |
Colleagues | Gets a ColleagueManager object that enables you to access and modify this user's colleagues. |
![]() |
CurrentChangeToken | 获取此配置文件的ProfileType的更改日志的当前的UserProfileChangeToken对象。 (从 ProfileBase 继承。) |
![]() |
DisplayName | Gets or sets the value that represents the display name of this user profile. (覆盖 ProfileBase.DisplayName。) |
![]() |
EmailOptin | Gets the user's setting for the Email Notifications property. |
![]() |
FeedIdentifier | Gets the user's setting for the Feed service provider defined identifier property. |
![]() |
FollowedContent | Gets the manager object that enables you to access and modify this user's followed content. |
![]() |
ID | 此配置文件中获取的 GUID。 (从 ProfileBase 继承。) |
![]() |
Item | Gets the value of the specified property. |
![]() |
Memberships | Gets a MembershipManager object that enables you to access and modify this user's group memberships. |
![]() |
MultiloginAccounts | Gets an array of string objects that represent the accounts that are secondary to the master account. |
![]() |
O15FirstRunExperience | |
![]() |
Parent | (覆盖 ProfileBase.Parent。) |
![]() |
PersonalizationLinks | Gets a PersonalizationLinkManager object that enables you to access and modify this user's personalization links. |
![]() |
PersonalSite | Gets the personal site of the user. |
![]() |
PersonalSiteCapabilities | Gets projected capabilities for the user’s personal site. |
![]() |
PersonalSiteInstantiationState | Gets an instantiation of the state of the personal site. |
![]() |
PersonalUrl | Gets the user’s personal URL. |
![]() |
PictureImportEnabled | Gets a Boolean value that indicates whether the user's picture is enabled for import from Exchange. |
![]() |
ProfileManager | Gets the UserProfileManager object for this user profile. |
![]() |
ProfileManagerBase | Gets the manager associated with this profile object. (覆盖 ProfileBase.ProfileManagerBase。) |
![]() |
ProfileSubtype | 获取或设置此属性的配置文件子类型。 (从 ProfileBase 继承。) |
![]() |
ProfileSubtypeId | 获取或设置配置文件子类型 id。 (从 ProfileBase 继承。) |
![]() |
ProfileType | Gets the profile type for the profile. (覆盖 ProfileBase.ProfileType。) |
![]() |
Properties | 获取此配置文件的ProfileSubtypePropertyManager对象。 (从 ProfileBase 继承。) |
![]() |
PublicOrganizationViewUrl | 获取此配置文件的组织视图页的 URL。 (从 ProfileBase 继承。) |
![]() |
PublicUrl | Gets the URL of the public profile page for this profile. (覆盖 ProfileBase.PublicUrl。) |
![]() |
QuickLinks | Gets the QuickLinkManager object for this user profile. |
![]() |
RecordId | 获取配置文件的记录标识符。 (从 ProfileBase 继承。) |
![]() |
RemotePersonalSiteHostUrl | Gets the absolute URL string for the user's remote personal site host, if one exists. |
![]() |
StatusNote | |
![]() |
Suggestions | Returns a SuggestionManager object that enables you to create and retrieve this user’s colleague and keyword suggestions. |
![]() |
UrlToCreatePersonalSite | Gets the URL that is used to create the user's personal site. |
![]() |
ViewerRights | 返回一个位掩码的查看器的权限,若要查看此配置文件的数据。 (从 ProfileBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Commit | Commits changes made to the user profile to the user profile database. (覆盖 ProfileBase.Commit()。) |
![]() |
CreatePersonalSite() | Creates a personal site for this user if a personal site does not already exist. |
![]() |
CreatePersonalSite(Int32) | Creates a personal site for this user if a personal site does not already exist. |
![]() |
CreatePersonalSiteEnque | Enqueues creating a personal site for this user, which can be used to share documents, web pages, and other files. |
![]() |
Equals | 确定指定的对象是否与当前配置文件完全相同。 (从 ProfileBase 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetChanges() | Returns all changes made to this user's data. (覆盖 ProfileBase.GetChanges()。) |
![]() |
GetChanges(ProfileBaseChangeQuery) | Returns changes to this user’s data that are defined by the specified change query. (覆盖 ProfileBase.GetChanges(ProfileBaseChangeQuery)。) |
![]() |
GetChanges(UserProfileChangeToken) | Returns all changes made to this user's data since a given time specified by the change token. (覆盖 ProfileBase.GetChanges(UserProfileChangeToken)。) |
![]() |
GetColleagueChanges() | 已过时。Returns all changes made to this user's colleagues' data. |
![]() |
GetColleagueChanges(UserProfileChangeQuery) | 已过时。Returns all changes made to this user's colleagues' data that are defined by the specified change query. |
![]() |
GetColleagueChanges(UserProfileChangeToken) | 已过时。Returns all changes made to this user's colleagues' data since the time specified by the change token. |
![]() |
GetCommonManager | |
![]() |
GetDirectReports | Gets an array of user profiles that represent users who report directly to this user. |
![]() |
GetEnumerator | Gets an enumerator for the properties of a user profile such as property name or property value pairs. |
![]() |
GetExtendedReports | Gets an array of user profiles representing users who are extended reports of this user. |
![]() |
GetHashCode | 返回此配置文件的唯一标识符的哈希代码。 (从 ProfileBase 继承。) |
![]() |
GetManager | Gets the user profile that represents this user’s manager. |
![]() |
GetManagers | Gets an array of user profiles that represents the manager hierarchy for this user. |
![]() |
GetMyDirectReportOrganizations | 已过时。Returns an array of organization profiles representing organizations that report to this user. |
![]() |
GetMyOrganizationChains | 已过时。Returns an array of organization profiles, including child organizations. |
![]() |
GetMyOrganizations() | 已过时。Returns an array of organization profiles representing organizations to which this user directly belongs. |
![]() |
GetMyOrganizations(Boolean) | 已过时。Returns an array of organization profiles representing organizations to which this user directly belongs. |
![]() |
GetPeers | Gets an array of user profiles that represent users who report to the same manager as this user. |
![]() |
GetProfileValueCollection | Returns a list of values for the user profile property with the specified name. (覆盖 ProfileBase.GetProfileValueCollection(String)。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetViewerRights | (覆盖 ProfileBase.GetViewerRights()。) |
![]() |
IsProfileOwner | Returns a value that indicates whether the specified user is an owner of this user profile. (覆盖 ProfileBase.IsProfileOwner(UserProfile)。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
RefreshManagers | Updates the names of managers identified in the user’s profile. |
![]() |
ShareAllSocialData | Sets the privacy settings for this profile. |
![]() |
SID | 获取配置文件的唯一标识符。 (从 ProfileBase 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首