MicrofeedManager.GetPublishedFeed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- feedOptions
- MicrofeedRetrievalOptions
- typeOfPubFeed
- MicrofeedPublishedFeedType
Returns
- Attributes