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.
Removes the specified ActivityTemplate object from the collection.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub Remove ( _
activityTemplate As ActivityTemplate _
)
'Usage
Dim instance As ActivityTemplatesCollection
Dim activityTemplate As ActivityTemplate
instance.Remove(activityTemplate)
public void Remove(
ActivityTemplate activityTemplate
)
Parameters
activityTemplate
Type: Microsoft.Office.Server.ActivityFeed.ActivityTemplateThe ActivityTemplate to be removed from the collection.
See Also
Reference
ActivityTemplatesCollection Class