WSSProfileSynch.SynchronizeContentDatabse method

NOTE: This API is now 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.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method is spelled wrong. Use SynchronizeContentDatabase instead")> _
Public Shared Sub SynchronizeContentDatabse ( _
    cdb As SPContentDatabase _
)
'Usage
Dim cdb As SPContentDatabaseWSSProfileSynch.SynchronizeContentDatabse(cdb)
[ObsoleteAttribute("This method is spelled wrong. Use SynchronizeContentDatabase instead")]
public static void SynchronizeContentDatabse(
    SPContentDatabase cdb
)

Parameters

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 Window SharePoint Services.

For more information about the cdb parameter, see the Microsoft.SharePoint.Administration.SPContentDatabase class in the Windows SharePoint Services 3.0 SDK.

See also

Reference

WSSProfileSynch class

WSSProfileSynch members

Microsoft.Office.Server.UserProfiles namespace