Android.App.Backup.BackupAgent.TypeDirectory Field
During a full restore, indicates that the file system object being restored is a directory.

Value: 2

Syntax

[Android.Runtime.Register("TYPE_DIRECTORY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Backup.BackupFileType enum directly instead of this field.")]
public const BackupFileType TypeDirectory

Remarks

During a full restore, indicates that the file system object being restored is a directory.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14