This topic has not yet been rated - Rate this topic

AtomPubClient.DeleteResourceAsync | deleteResourceAsync method

Deletes an existing Entry or Media Link resource.

Syntax


atomPubClient.deleteResourceAsync(uri).done( /* Your success and error handlers */ );

Parameters

uri

Type: Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]

The Uri of the resource to be deleted.

Return value

Type: IAsyncActionWithProgress<TransferProgress>

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

Remarks

For an example of how this methods is implemented to delete syndicated content, see Quickstart: Managing Feed Entries.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Web.AtomPub
Windows::Web::AtomPub [C++]

Metadata

Windows.winmd

See also

Quickstart: Managing Feed Entries
AtomPub sample
AtomPubClient

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.