UserProfileChangeToken Constructor (SPServiceContext, ProfileType)
Initializes a new instance of the UserProfileChangeToken class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub New ( _
serviceContext As SPServiceContext, _
profileType As ProfileType _
)
'Usage
Dim serviceContext As SPServiceContext
Dim profileType As ProfileType
Dim instance As New UserProfileChangeToken(serviceContext, _
profileType)
public UserProfileChangeToken(
SPServiceContext serviceContext,
ProfileType profileType
)
Parameters
- serviceContext
Type: Microsoft.SharePoint.SPServiceContext
- profileType
Type: Microsoft.Office.Server.UserProfiles.ProfileType
See Also
Reference
UserProfileChangeToken Members