Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

atompubclient_deleteresourceitemasync_539265283.md

File metadata and controls

26 lines (18 loc) · 1.11 KB
-api-id -api-type
M:Windows.Web.AtomPub.AtomPubClient.DeleteResourceItemAsync(Windows.Web.Syndication.SyndicationItem)
winrt method

Windows.Web.AtomPub.AtomPubClient.DeleteResourceItemAsync

-description

Deletes an existing Entry or Media Link resource. This differs from the DeleteResourceAsync method in that the SyndicationItem object that represents the resource to be deleted is specified instead of the Uri. The DeleteResourceItemAsync method uses the property of the specified SyndicationItem as the Uri of the resource to be deleted.

-parameters

-param item

The resource to be deleted.

-returns

The object that is used to delete the resource asynchronously and to report the progress and completion status of the operation.

-remarks

-examples

-see-also