UnsavedRevisionRemoveAttachment Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public void RemoveAttachment(
string name
)
Parameters
- name
- Type: SystemString
The name of the Attachment to delete.
Remarks
Removes the
Attachment with the given name.
The
Attachment will be deleted from the
Database when the Revision is saved.
See Also