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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012
