OrganizationProfile 成员
请注意:此 API 现在已过时。
表示一个组织。
OrganizationProfile 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
CurrentChangeToken | 获取此配置文件的ProfileType的更改日志的当前的UserProfileChangeToken对象。 (从 ProfileBase 继承。) |
![]() |
DisplayName | 已过时。获取或设置组织的显示名称。 (覆盖 ProfileBase.DisplayName。) |
![]() |
HasChildren | 已过时。获取一个布尔值,该值指示此OrganizationProfile对象是否有至少一个孩子。 |
![]() |
ID | 已过时。获取唯一标识此OrganizationProfile对象的 GUID。 (覆盖 ProfileBase.ID。) |
![]() |
IsValid | 已过时。获取一个布尔值,该值指示此OrganizationProfile对象是否有效。 |
![]() |
Item | 已过时。返回该组织指定的属性的属性值。 |
![]() |
MembersCount | 已过时。获取组织中的成员计数。 |
![]() |
OrganizationProfileManager | 已过时。获取创建此OrganizationProfile对象的OrganizationProfileManager对象。 |
![]() |
Parent | 已过时。获取或设置此组织的父项。 (覆盖 ProfileBase.Parent。) |
![]() |
ProfileManagerBase | 已过时。 (覆盖 ProfileBase.ProfileManagerBase。) |
![]() |
ProfileSubtype | 获取或设置此属性的配置文件子类型。 (从 ProfileBase 继承。) |
![]() |
ProfileSubtypeId | 获取或设置配置文件子类型 id。 (从 ProfileBase 继承。) |
![]() |
ProfileType | 已过时。 (覆盖 ProfileBase.ProfileType。) |
![]() |
Properties | 获取此配置文件的ProfileSubtypePropertyManager对象。 (从 ProfileBase 继承。) |
![]() |
PublicOrganizationViewUrl | 获取此配置文件的组织视图页的 URL。 (从 ProfileBase 继承。) |
![]() |
PublicUrl | 已过时。 (覆盖 ProfileBase.PublicUrl。) |
![]() |
RecordId | 获取配置文件的记录标识符。 (从 ProfileBase 继承。) |
![]() |
ViewerRights | 返回一个位掩码的查看器的权限,若要查看此配置文件的数据。 (从 ProfileBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
AddMember(Int64, OrganizationMembershipType) | 已过时。将指定的用户配置文件添加到此OrganizationProfile对象。 |
![]() |
AddMember(String, OrganizationMembershipType) | 已过时。将指定的用户配置文件添加到此OrganizationProfile对象。 |
![]() |
Commit | 已过时。将属性值的任何更改提交到数据存储区中。 (覆盖 ProfileBase.Commit()。) |
![]() |
Equals | 确定指定的对象是否与当前配置文件完全相同。 (从 ProfileBase 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetAncestors | 已过时。获取此OrganizationProfile的管理链中的每个OrganizationProfile对象。 |
![]() |
GetChanges() | 已过时。获取与此OrganizationProfile对象相关联的所有更改。 (覆盖 ProfileBase.GetChanges()。) |
![]() |
GetChanges(ProfileBaseChangeQuery) | 已过时。返回由指定的变更查询已对此组织配置文件和更改日志中记录的更改。 (覆盖 ProfileBase.GetChanges(ProfileBaseChangeQuery)。) |
![]() |
GetChanges(UserProfileChangeToken) | 已过时。在更改日志中已对此组织配置文件和更改日志中的记录返回到指定位置的更改。 (覆盖 ProfileBase.GetChanges(UserProfileChangeToken)。) |
![]() |
GetChildren | 已过时。获取此OrganizationProfile子每个OrganizationProfile对象。 |
![]() |
GetHashCode | 返回此配置文件的唯一标识符的哈希代码。 (从 ProfileBase 继承。) |
![]() |
GetImmediateMembers | 已过时。获取所有即时这种组织的成员。 |
![]() |
GetLeaders | 已过时。获取该组织的所有领导人。 |
![]() |
GetProfileValueCollection | 已过时。获取指定的组织属性的所有组织配置文件值。 (覆盖 ProfileBase.GetProfileValueCollection(String)。) |
![]() |
GetSiblings | 已过时。获取曾兄弟此OrganizationProfile的OrganizationProfile对象。 |
![]() |
GetType | (从 Object 继承。) |
![]() |
GetUsers | 已过时。获取其成员资格类型匹配的指定的Microsoft.Office.Server.UserProfiles.OrganizationMembershipType本组织的所有成员。 |
![]() |
GetViewerRights | 已过时。返回的查看者的权利的该组织配置文件数据,请参阅bitmask 。 (覆盖 ProfileBase.GetViewerRights()。) |
![]() |
IsProfileOwner | 已过时。获取一个布尔值,该值指示指定的用户是否此OrganizationProfile的所有者。 (覆盖 ProfileBase.IsProfileOwner(UserProfile)。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
RemoveMember(Int64) | 已过时。该OrganizationProfile对象的成员身份中删除指定的用户。 |
![]() |
RemoveMember(String) | 已过时。该OrganizationProfile对象的成员身份中删除指定的用户。 |
![]() |
SID | 获取配置文件的唯一标识符。 (从 ProfileBase 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首