MicrofeedManager.GetPublishedFeed Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThreadCollection> GetPublishedFeed (string feedOwner, Microsoft.SharePoint.Client.Microfeed.MicrofeedRetrievalOptions feedOptions, Microsoft.SharePoint.Client.Microfeed.MicrofeedPublishedFeedType typeOfPubFeed);
member this.GetPublishedFeed : string * Microsoft.SharePoint.Client.Microfeed.MicrofeedRetrievalOptions * Microsoft.SharePoint.Client.Microfeed.MicrofeedPublishedFeedType -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThreadCollection>
Public Function GetPublishedFeed (feedOwner As String, feedOptions As MicrofeedRetrievalOptions, typeOfPubFeed As MicrofeedPublishedFeedType) As ClientResult(Of MicrofeedThreadCollection)

Parameters

feedOwner
String

Returns

Attributes

Applies to