Environment.DirectoryScreenshots Property

Definition

Standard directory in which to place screenshots that have been taken by the user.

[Android.Runtime.Register("DIRECTORY_SCREENSHOTS", ApiSince=29)]
public static string? DirectoryScreenshots { get; set; }
[<Android.Runtime.Register("DIRECTORY_SCREENSHOTS", ApiSince=29)>]
static member DirectoryScreenshots : string with get, set

Property Value

Attributes

Remarks

Standard directory in which to place screenshots that have been taken by the user. Typically used as a secondary directory under #DIRECTORY_PICTURES.

Java documentation for android.os.Environment.DIRECTORY_SCREENSHOTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to