OrganizationProfile members

NOTE: This API is now obsolete.

Represents an organization.

The OrganizationProfile type exposes the following members.

Properties

  Name Description
Public property CurrentChangeToken Gets the current UserProfileChangeToken object for the change logs of this profile's ProfileType. (Inherited from ProfileBase.)
Public property DisplayName Obsolete. Gets or sets the display name of the organization. (Overrides ProfileBase.DisplayName.)
Public property HasChildren Obsolete. Gets a Boolean value indicating whether this OrganizationProfile object has at least one child.
Public property ID Obsolete. Gets the GUID that uniquely identifies this OrganizationProfile object. (Overrides ProfileBase.ID.)
Public property IsValid Obsolete. Gets a Boolean value that indicates whether this OrganizationProfile object is valid.
Public property Item Obsolete. Returns the organization property values of the specified property.
Public property MembersCount Obsolete. Gets a count of members in the organization.
Public property OrganizationProfileManager Obsolete. Gets the OrganizationProfileManager object that created this OrganizationProfile object.
Public property Parent Obsolete. Gets or sets the parent of this organization. (Overrides ProfileBase.Parent.)
Public property ProfileManagerBase Obsolete. (Overrides ProfileBase.ProfileManagerBase.)
Public property ProfileSubtype Gets or sets the profile subtype for this property. (Inherited from ProfileBase.)
Protected property ProfileSubtypeId Gets or sets the profile subtype ID. (Inherited from ProfileBase.)
Public property ProfileType Obsolete. (Overrides ProfileBase.ProfileType.)
Public property Properties Gets the ProfileSubtypePropertyManager object for this profile. (Inherited from ProfileBase.)
Public property PublicOrganizationViewUrl Gets the URL of the organization view page for this profile. (Inherited from ProfileBase.)
Public property PublicUrl Obsolete. (Overrides ProfileBase.PublicUrl.)
Public property RecordId Gets the profile's record identifier. (Inherited from ProfileBase.)
Public property ViewerRights Returns a bitmask of the viewer's rights to see this profile's data. (Inherited from ProfileBase.)

Top

Methods

  Name Description
Public method AddMember(Int64, OrganizationMembershipType) Obsolete. Adds the specified user profile to this OrganizationProfile object.
Public method AddMember(String, OrganizationMembershipType) Obsolete. Adds the specified user profile to this OrganizationProfile object.
Public method Commit Obsolete. Commits any changes of property values to the data store. (Overrides ProfileBase.Commit().)
Public method Equals Determines whether the specified object is identical to the current profile. (Inherited from ProfileBase.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestors Obsolete. Gets every OrganizationProfile object in the management chain of this OrganizationProfile.
Public method GetChanges() Obsolete. Gets all changes associated with this OrganizationProfile object. (Overrides ProfileBase.GetChanges().)
Public method GetChanges(ProfileBaseChangeQuery) Obsolete. 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).)
Public method GetChanges(UserProfileChangeToken) Obsolete. 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).)
Public method GetChildren Obsolete. Gets every OrganizationProfile object that is a child of this OrganizationProfile.
Public method GetHashCode Returns the hash code for the unique identifier of this profile. (Inherited from ProfileBase.)
Public method GetImmediateMembers Obsolete. Gets all of the immediate members of this organization.
Public method GetLeaders Obsolete. Gets all the leaders of this organization.
Public method GetProfileValueCollection Obsolete. Gets all the organization profile values for the specified organization property. (Overrides ProfileBase.GetProfileValueCollection(String).)
Public method GetSiblings Obsolete. Gets ever sibling OrganizationProfile object of this OrganizationProfile.
Public method GetType (Inherited from Object.)
Public method GetUsers Obsolete. Gets all members of this organization whose membership type matches the specified Microsoft.Office.Server.UserProfiles.OrganizationMembershipType.
Protected method GetViewerRights Obsolete. Returns a bitmask of the viewer's rights to see the data of this organization profile. (Overrides ProfileBase.GetViewerRights().)
Public method IsProfileOwner Obsolete. Gets a Boolean value indicating whether the specified user is an owner of this OrganizationProfile. (Overrides ProfileBase.IsProfileOwner(UserProfile).)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveMember(Int64) Obsolete. Removes the specified user from the membership of this OrganizationProfile object.
Public method RemoveMember(String) Obsolete. Removes the specified user from the membership of this OrganizationProfile object.
Public method SID Gets the profile's unique identifier. (Inherited from ProfileBase.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

OrganizationProfile class

Microsoft.Office.Server.UserProfiles namespace