Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. This method is not implemented in the current version of SharePoint Server 2010.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Shared Sub RemoveOldPublishedEvents ( _
objManager As ActivityManager, _
entityTypeId As String, _
entityId As Long, _
minEventTime As DateTime _
)
'Usage
Dim objManager As ActivityManager
Dim entityTypeId As String
Dim entityId As Long
Dim minEventTime As DateTimeActivityEvent.RemoveOldPublishedEvents(objManager, _
entityTypeId, entityId, minEventTime)
public static void RemoveOldPublishedEvents(
ActivityManager objManager,
string entityTypeId,
long entityId,
DateTime minEventTime
)
Parameters
- objManager
Type: Microsoft.Office.Server.ActivityFeed.ActivityManager
- entityTypeId
Type: System.String
- entityId
Type: System.Int64
- minEventTime
Type: System.DateTime