ApplicationClip.DeleteClipAsync Method

Deletes the clip.

Syntax

public:
static IAsyncAction^ DeleteClipAsync(
         User^ user,
         String^ serviceConfigId,
         String^ cloudId,
         String^ localId
)  

Parameters

user
Type: User 

The user requesting the delete.

serviceConfigId
Type: String 

 The ConfigId of the clip to delete. Leave this parameter empty if there is no ConfigId for the clip.

cloudId
Type: String 

 The CloudId of the clip to delete. Leave this parameter empty if there is no CloudId for the clip.

localId
Type: String 

 The LocalId of the clip to delete. Leave this parameter empty if there is no LocalId for the clip.

Return value

Type: IAsyncAction 

An interface for tracking the progress of the asynchronous call.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClip Class

ApplicationClip Members

Windows.Xbox.Media.Capture Namespace