OrganizationProfile Members
SharePoint 2010
Represents an organization.
The OrganizationProfile type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentChangeToken | Gets the current UserProfileChangeToken object for the change logs of this profile's ProfileType. (Inherited from ProfileBase.) |
|
DisplayName | Gets or sets the display name of the organization. (Overrides ProfileBase.DisplayName.) |
|
HasChildren | Gets a Boolean value indicating whether this OrganizationProfile object has at least one child. |
|
ID | Gets the GUID that uniquely identifies this OrganizationProfile object. (Overrides ProfileBase.ID.) |
|
IsValid | Gets a Boolean value that indicates whether this OrganizationProfile object is valid. |
|
Item | Returns the organization property values of the specified property. |
|
MembersCount | Gets a count of members in the organization. |
|
OrganizationProfileManager | Gets the OrganizationProfileManager object that created this OrganizationProfile object. |
|
Parent | Gets or sets the parent of this organization. (Overrides ProfileBase.Parent.) |
|
ProfileManagerBase | (Overrides ProfileBase.ProfileManagerBase.) |
|
ProfileSubtype | Gets or sets the profile subtype for this property. (Inherited from ProfileBase.) |
|
ProfileSubtypeId | Gets or sets the profile subtype ID. (Inherited from ProfileBase.) |
|
ProfileType | (Overrides ProfileBase.ProfileType.) |
|
Properties | Gets the ProfileSubtypePropertyManager object for this profile. (Inherited from ProfileBase.) |
|
PublicOrganizationViewUrl | Gets the URL of the organization view page for this profile. (Inherited from ProfileBase.) |
|
PublicUrl | (Overrides ProfileBase.PublicUrl.) |
|
RecordId | Gets the profile's record identifier. (Inherited from ProfileBase.) |
|
ViewerRights | Returns a bitmask of the viewer's rights to see this profile's data. (Inherited from ProfileBase.) |
| Name | Description | |
|---|---|---|
|
AddMember(Int64, OrganizationMembershipType) | Adds the specified user profile to this OrganizationProfile object. |
|
AddMember(String, OrganizationMembershipType) | Adds the specified user profile to this OrganizationProfile object. |
|
Commit | Commits any changes of property values to the data store. (Overrides ProfileBase.Commit().) |
|
Equals | Determines whether the specified object is identical to the current profile. (Inherited from ProfileBase.) |
|
Finalize | (Inherited from Object.) |
|
GetAncestors | Gets every OrganizationProfile object in the management chain of this OrganizationProfile. |
|
GetChanges() | Gets all changes associated with this OrganizationProfile object. (Overrides ProfileBase.GetChanges().) |
|
GetChanges(ProfileBaseChangeQuery) | Returns changes defined by the specified change query that have been made to this organization profile and recorded in the change log. (Overrides ProfileBase.GetChanges(ProfileBaseChangeQuery).) |
|
GetChanges(UserProfileChangeToken) | Returns changes at a specified location in the change log that have been made to this organization profile and recorded in the change log. (Overrides ProfileBase.GetChanges(UserProfileChangeToken).) |
|
GetChildren | Gets every OrganizationProfile object that is a child of this OrganizationProfile. |
|
GetHashCode | Returns the hash code for the unique identifier of this profile. (Inherited from ProfileBase.) |
|
GetImmediateMembers | Gets all of the immediate members of this organization. |
|
GetLeaders | Gets all the leaders of this organization. |
|
GetProfileValueCollection | Gets all the organization profile values for the specified organization property. (Overrides ProfileBase.GetProfileValueCollection(String).) |
|
GetSiblings | Gets ever sibling OrganizationProfile object of this OrganizationProfile. |
|
GetType | (Inherited from Object.) |
|
GetUsers | Gets all members of this organization whose membership type matches the specified Microsoft.Office.Server.UserProfiles.OrganizationMembershipType. |
|
GetViewerRights | Returns a bitmask of the viewer's rights to see the data of this organization profile. (Overrides ProfileBase.GetViewerRights().) |
|
IsProfileOwner | Gets a Boolean value indicating whether the specified user is an owner of this OrganizationProfile. (Overrides ProfileBase.IsProfileOwner(UserProfile).) |
|
MemberwiseClone | (Inherited from Object.) |
|
RemoveMember(Int64) | Removes the specified user from the membership of this OrganizationProfile object. |
|
RemoveMember(String) | Removes the specified user from the membership of this OrganizationProfile object. |
|
SID | (Inherited from ProfileBase.) |
|
ToString | (Inherited from Object.) |