MicrofeedManager.GetMyPublishedFeed 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> GetMyPublishedFeed (Microsoft.SharePoint.Client.Microfeed.MicrofeedRetrievalOptions feedOptions, Microsoft.SharePoint.Client.Microfeed.MicrofeedPublishedFeedType typeOfPubFeed, bool ShowPublicView);
member this.GetMyPublishedFeed : Microsoft.SharePoint.Client.Microfeed.MicrofeedRetrievalOptions * Microsoft.SharePoint.Client.Microfeed.MicrofeedPublishedFeedType * bool -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Microfeed.MicrofeedThreadCollection>
Public Function GetMyPublishedFeed (feedOptions As MicrofeedRetrievalOptions, typeOfPubFeed As MicrofeedPublishedFeedType, ShowPublicView As Boolean) As ClientResult(Of MicrofeedThreadCollection)
Parameters
- feedOptions
- MicrofeedRetrievalOptions
- typeOfPubFeed
- MicrofeedPublishedFeedType
- ShowPublicView
- Boolean
Returns
- Attributes