Android.Provider.ContactsContract.ContactsColumns.PhotoFileId Field
Photo file ID of the full-size photo.

Syntax

[Android.Runtime.Register("PHOTO_FILE_ID")]
public const string PhotoFileId

Remarks

Photo file ID of the full-size photo. If present, this will be used to populate Android.Provider.ContactsContract.ContactsColumns.PhotoUri. The ID can also be used with Android.Provider.ContactsContract.DisplayPhoto.ContentUri to create a URI to the photo. If this is present, Android.Provider.ContactsContract.ContactsColumns.PhotoId is also guaranteed to be populated.

Type: INTEGER

[Android Documentation]

Requirements

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