Click or drag to resize

RevisionAttachmentNames Property

Gets the names of all the Attachments.

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

Property Value

Type: IEnumerableString
the names of all the Attachments.
See Also