ContactsContract.ContactsColumns.PhotoFileId Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IContactsColumns.PhotoFileId'. This class will be removed in a future release.

Photo file ID of the full-size photo.

[Android.Runtime.Register("PHOTO_FILE_ID")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.PhotoFileId'. This class will be removed in a future release.")]
public const string PhotoFileId;
[<Android.Runtime.Register("PHOTO_FILE_ID")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.PhotoFileId'. This class will be removed in a future release.")>]
val mutable PhotoFileId : string

Field Value

Attributes

Remarks

Photo file ID of the full-size photo. If present, this will be used to populate #PHOTO_URI. The ID can also be used with ContactsContract.DisplayPhoto#CONTENT_URI to create a URI to the photo. If this is present, #PHOTO_ID is also guaranteed to be populated.

Type: INTEGER

Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.

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