inline_local_photos_sync


Description:

public bool inline_local_photos_sync (Contact contact, Cancellable? cancellable = null) throws Error

Changes all URL photos and logos which point to a local file in contact to inline type, aka adds the file content into the contact.

This is called automatically before save_contact_sync.

The reverse operation is store_inline_photos_sync.

Parameters:

this

an BookMetaBackend

contact

an Contact to work with

cancellable

optional Cancellable object, or null

Returns:

Whether succeeded.