ApplicationClip.SavedByUser Property

Indicates if the clip was saved by user request.

Clips that are saved by user request are saved in a part of cloud storage where they remain until the user explicitly deletes them. When this storage is full, no more clips can be saved. Other clips (where this property is false) are deleted on a first in, first out basis to create space if needed to save new clips.

Syntax

public:
property bool SavedByUser {
         bool get ();
}  

Property value

Type: bool 

 True if the user saved the clip.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClip Class

ApplicationClip Members

Windows.Xbox.Media.Capture Namespace