Share via


UserProfileConfigManager.StartSynchronization method (Boolean)

Start either incremental or full syncronization.

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

Syntax

'Declaration
Public Sub StartSynchronization ( _
    fullSynchronization As Boolean _
)
'Usage
Dim instance As UserProfileConfigManager
Dim fullSynchronization As Boolean

instance.StartSynchronization(fullSynchronization)
public void StartSynchronization(
    bool fullSynchronization
)

Parameters

  • fullSynchronization
    Type: System.Boolean

    Whether this is a full or incremental synchronization.

See also

Reference

UserProfileConfigManager class

UserProfileConfigManager members

StartSynchronization overload

Microsoft.Office.Server.UserProfiles namespace