remove_entry_from_folder


Description:

[ Version ( since = "0.8.0" ) ]
public DocumentsEntry remove_entry_from_folder (DocumentsEntry entry, DocumentsFolder folder, Cancellable? cancellable = null) throws Error

Remove the given entry from folder, and return an updated DocumentsEntry for entry.

entry will remain a member of any other folders it's currently in. Note that entry can be either a DocumentsDocument or a DocumentsFolder.

Errors from ServiceError can be returned for exceptional conditions, as determined by the server.

Parameters:

this

a DocumentsService

entry

the DocumentsEntry to remove

folder

the DocumentsFolder from which we should remove entry

cancellable

optional Cancellable object, or null

Returns:

an updated DocumentsEntry, or null; unref with unref