ActivityEvent.Remove Method
SharePoint 2010
This method is not implemented.
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Not implemented
The next update of this documentation will indicate that this method is not implemented.
- 5/6/2011
- crowleyj
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.
- 6/15/2010
- daniel.larson