Click or drag to resize

DocumentGetRevision Method

Returns the Revision with the specified id if it exists, otherwise null.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public SavedRevision GetRevision(
	string id
)

Parameters

id
Type: SystemString
The Revision id.

Return Value

Type: SavedRevision
The Revision with the specified id if it exists, otherwise null
See Also