[ 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.
this | |
entry |
the DocumentsEntry to remove |
folder |
the DocumentsFolder from which we should remove |
cancellable |
optional Cancellable object, or |
an updated DocumentsEntry, or |