Share via


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

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

ActivityEventsCollection Members

Microsoft.Office.Server.ActivityFeed Namespace