Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 964 Bytes

atompubclient_updatemediaresourceasync_1567897421.md

File metadata and controls

32 lines (22 loc) · 964 Bytes
-api-id -api-type
M:Windows.Web.AtomPub.AtomPubClient.UpdateMediaResourceAsync(Windows.Foundation.Uri,System.String,Windows.Storage.Streams.IInputStream)
winrt method

Windows.Web.AtomPub.AtomPubClient.UpdateMediaResourceAsync

-description

Updates a media link resource from the specified Uniform Resource Identifier (URI).

-parameters

-param uri

The Uniform Resource Identifier (URI) of the resource to be updated.

-param mediaType

The media type of the resource.

-param mediaStream

The IInputStream of the media that is updating the media resource.

-returns

Completion status or error codes.

-remarks

-examples

-see-also