Android.Content.Intent.ActionDelete Field
Activity Action: Delete the given data from its container.

Syntax

[Android.Runtime.Register("ACTION_DELETE")]
public const string ActionDelete

Remarks

Activity Action: Delete the given data from its container.

Input: Intent.Data is URI of data to be deleted.

Output: nothing.

[Android Documentation]

Requirements

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