Android.OS.Environment.DirectoryDownloads Property
Standard directory in which to place files that have been downloaded by the user.

Syntax

[Android.Runtime.Register("DIRECTORY_DOWNLOADS")]
public static string DirectoryDownloads { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Standard directory in which to place files that have been downloaded by the user. Note that this is primarily a convention for the top-level public directory, you are free to download files anywhere in your own private directories. Also note that though the constant here is named DIRECTORY_DOWNLOADS (plural), the actual file name is non-plural for backwards compatibility reasons.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8