Click or drag to resize

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
C#
public Attachment GetAttachment(
	string name
)

Parameters

name
Type: SystemString
The name of the Attachment to return.

Return Value

Type: Attachment
The Attachment with the specified name if it exists, otherwise null.
See Also