WSSProfileSynch.ScheduleSiteForFullSynchronization Method
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.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub ScheduleSiteForFullSynchronization ( _
site As SPSite _
)
'Usage
Dim site As SPSite
WSSProfileSynch.ScheduleSiteForFullSynchronization(site)
public static void ScheduleSiteForFullSynchronization(
SPSite site
)
Parameters
- site
Type: Microsoft.SharePoint.SPSite
A collection of sites in a Web application, including a top-level Web site and its subsites.
Remarks
The WSSProfileSynch class is not intended to be used directly from your code; use stsadm.exe instead.
For more information about incremental or full user profile synchronization, see Person Synchronization with Windows SharePoint Services.
For more information about the site parameter, see the SPSite class in the Welcome to the Windows SharePoint Services 3.0 SDK.