RevisionGetAttachment Method |
Returns the
Attachment with the specified name if it exists, otherwise null.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public Attachment GetAttachment(
string name
)
Parameters
- name
- Type: SystemString
The name of the Attachment to return.
Return Value
Type:
AttachmentThe
Attachment with the specified name if it exists, otherwise null.
See Also