Click or drag to resize

RevisionAttachments Property

Gets all the Attachments.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IEnumerable<Attachment> Attachments { get; }

Property Value

Type: IEnumerableAttachment
All the Attachments.
See Also