OrganizationProfileManager.RemoveOrganizationProfile method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub RemoveOrganizationProfile ( _
recordID As Long _
)
'Usage
Dim instance As OrganizationProfileManager
Dim recordID As Long
instance.RemoveOrganizationProfile(recordID)
[ObsoleteAttribute("This class is no longer supported.")]
public void RemoveOrganizationProfile(
long recordID
)
Parameters
- recordID
Type: System.Int64
See also
Reference
OrganizationProfileManager class