UserProfileChangeToken Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UserProfileChangeToken class.
Overload List
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