FeedManager.TryRemoveAnnouncementById(String, String, String) 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.
Requests that an announcement be removed from the feeds host.
public:
virtual void TryRemoveAnnouncementById(Platform::String ^ feedProviderDefinitionId, Platform::String ^ feedDefinitionId, Platform::String ^ announcementId) = TryRemoveAnnouncementById;
void TryRemoveAnnouncementById(winrt::hstring const& feedProviderDefinitionId, winrt::hstring const& feedDefinitionId, winrt::hstring const& announcementId);
public void TryRemoveAnnouncementById(string feedProviderDefinitionId, string feedDefinitionId, string announcementId);
function tryRemoveAnnouncementById(feedProviderDefinitionId, feedDefinitionId, announcementId)
Public Sub TryRemoveAnnouncementById (feedProviderDefinitionId As String, feedDefinitionId As String, announcementId As String)
Parameters
- feedProviderDefinitionId
-
String
Platform::String
winrt::hstring
The definition ID of the feed provider.
- feedDefinitionId
-
String
Platform::String
winrt::hstring
The definition ID of the feed.
- announcementId
-
String
Platform::String
winrt::hstring
The ID of the announcement to remove. Get the identifier for an announcement with the FeedAnnouncement.ID property
Implements
Examples
.