OrganizationProfileManager.RemoveOrganizationProfile Method

Removes an organization profile with the specified record identifier from the user profile database.

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

Syntax

'Declaration
Public Sub RemoveOrganizationProfile ( _
    recordID As Long _
)
'Usage
Dim instance As OrganizationProfileManager
Dim recordID As Long

instance.RemoveOrganizationProfile(recordID)
public void RemoveOrganizationProfile(
    long recordID
)

Parameters

See Also

Reference

OrganizationProfileManager Class

OrganizationProfileManager Members

Microsoft.Office.Server.UserProfiles Namespace