This topic has not yet been rated - Rate this topic

ActivityEvent.Remove Method

SharePoint 2010

This method is not implemented.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
public void Remove()
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Not implemented
The next update of this documentation will indicate that this method is not implemented.
Not really implemented. Throws InvalidDeleteOperationException.
This API method will not work in the RTM release. It will always throw an  InvalidDeleteOperationException because it does not pass the correct parameters to the stored procedure. Furthermore, the stored procedure that it calls, activityFeed_DeleteActivityEventsPublished, does not delete the item but instead is used to delete events older than the specified date. It is used by the cleanup job. Clearly this API wasn't intended as a supportable API method as it is not implemented.