UserProfileConfigManager.StartImport Method
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfileConfigManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileConfigManager" instead")> _
Public Sub StartImport ( _
fIncremental As Boolean _
)
'Usage
Dim instance As UserProfileConfigManager
Dim fIncremental As Boolean
instance.StartImport(fIncremental)
[ObsoleteAttribute("Microsoft.SharePoint.Portal.UserProfiles.UserProfileConfigManager is obsolete; use class "Microsoft.Office.Server.UserProfiles.UserProfileConfigManager" instead")]
public void StartImport(
bool fIncremental
)
Parameters
- fIncremental
Type: System.Boolean
See Also
Reference
UserProfileConfigManager Class