ActivityEventsCollection.FillFeed Method
Fills the specified syndication feed with the items from this collection.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub FillFeed ( _
feed As SyndicationFeed, _
activityTypes As ActivityTypesCollection, _
ct As ContentType _
)
'Usage
Dim instance As ActivityEventsCollection
Dim feed As SyndicationFeed
Dim activityTypes As ActivityTypesCollection
Dim ct As ContentType
instance.FillFeed(feed, activityTypes, _
ct)
public void FillFeed(
SyndicationFeed feed,
ActivityTypesCollection activityTypes,
ContentType ct
)
Parameters
feed
Type: System.ServiceModel.Syndication.SyndicationFeedThe syndication feed that is to be filled with the events in this collection.
activityTypes
Type: Microsoft.Office.Server.ActivityFeed.ActivityTypesCollectionA collection of ActivityType objects associated with the events in this collection.
ct
Type: Microsoft.Office.Server.ActivityFeed.ContentTypeThe ContentType associated with the items in this feed.
Remarks
This method helps support the SyndicationFeed object model defined by the Syndication namespace. The Owner and Publisher properties of the ActivityEvent class, which are Entity objects, match with SyndicationPerson. The Link property matches with SyndicationLink. The ActivityEvent object matches with SyndicationItem.
See Also
Reference
ActivityEventsCollection Class