UserProfileChangeToken Members
Include Protected Members
Include Inherited Members
Represents the unique sequential location of a change within the change log, and a point in time in the change history.
The UserProfileChangeToken type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserProfileChangeToken() | Initializes a new instance of the UserProfileChangeToken class. | |
UserProfileChangeToken(DateTime) | Initializes a new instance of the UserProfileChangeToken class with the specified System.DateTime object. | |
UserProfileChangeToken(String) | Initializes a new instance of the UserProfileChangeToken class with the specified name. | |
UserProfileChangeToken(ServerContext, ProfileType) | Obsolete. Initializes a new instance of the UserProfileChangeToken class. | |
UserProfileChangeToken(SPServiceContext, ProfileType) | Initializes a new instance of the UserProfileChangeToken class. | |
UserProfileChangeToken(Int64, DateTime) | Initializes a new instance of the UserProfileChangeToken class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether the specified object is identical to this change token. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Overrides Object.ToString().) |
Top