WSSProfileSynch Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Handles the synchronization of user profile data in the Microsoft SharePoint Foundation user information list on each site, and the synchronization of SharePoint Foundation members' group membership in the user profile memberships. Do not use this class directly from your code; instead, use stsadm.exe.
The WSSProfileSynch type exposes the following members.
Methods
Name | Description | |
---|---|---|
ScheduleSiteForFullSynchronization | Obsolete. Schedules a full synchronization of user profile data in the database with those in the Windows SharePoint Services user information list on each site. Do not use this member directly from your code; instead, use stsadm.exe. | |
SynchronizeContentDatabse | Obsolete. Handles the synchronization of user profile data in the content database. Do not use this member directly from your code; instead, use stsadm.exe. | |
SynchronizeWebApplication | Obsolete. Handles the synchronization of user profile data in a Web Application. Do not use this member directly from your code; instead, use stsadm.exe. |
Top