UserProfileConfigManager.StartImport Method
Starts the import process.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub StartImport ( _
fIncremental As Boolean _
)
'Usage
Dim instance As UserProfileConfigManager
Dim fIncremental As Boolean
instance.StartImport(fIncremental)
public void StartImport(
bool fIncremental
)
Parameters
- fIncremental
Type: System.Boolean
If the import process is incremental, set it to true; otherwise, set it to false.
See Also
Reference
UserProfileConfigManager Class