ProfileBase members
Represents the abstract class for all profile objects (including UserProfile and OrganizationProfile).
The ProfileBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ProfileBase | Instantiates a profile object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentChangeToken | Gets the current UserProfileChangeToken object for the change logs of this profile's ProfileType. |
![]() |
DisplayName | Gets or sets the display name of this profile. |
![]() |
ID | Gets the GUID for this profile. |
![]() |
Parent | Gets or sets the parent of this profile. |
![]() |
ProfileManagerBase | Gets the manager associated with this profile object. |
![]() |
ProfileSubtype | Gets or sets the profile subtype for this property. |
![]() |
ProfileSubtypeId | Gets or sets the profile subtype ID. |
![]() |
ProfileType | Gets the profile type for the profile. |
![]() |
Properties | Gets the ProfileSubtypePropertyManager object for this profile. |
![]() |
PublicOrganizationViewUrl | Gets the URL of the organization view page for this profile. |
![]() |
PublicUrl | Gets the URL of the public profile page for this profile. |
![]() |
RecordId | Gets the profile's record identifier. |
![]() |
ViewerRights | Returns a bitmask of the viewer's rights to see this profile's data. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Commit | Commits any changes to property values to the data store. |
![]() |
Equals | Determines whether the specified object is identical to the current profile. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetChanges() | Returns changes to this profile that have been recorded in the change log. |
![]() |
GetChanges(ProfileBaseChangeQuery) | Returns changes to this profile that are defined by the specified query and recorded in the change log. |
![]() |
GetChanges(UserProfileChangeToken) | Returns changes to this profile that are recorded at a specified location in the change log. |
![]() |
GetHashCode | Returns the hash code for the unique identifier of this profile. (Overrides Object.GetHashCode().) |
![]() |
GetProfileValueCollection | Returns the values for the specified property of this profile. |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetViewerRights | Returns a bitmask of the viewer's rights to see this profile's data. |
![]() |
IsProfileOwner | Returns a value indicating whether the specified user is an owner of the profile. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SID | Gets the profile's unique identifier. |
![]() |
ToString | (Inherited from Object.) |
Top