A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Document Class
Document Methods
CreateRevision Method
Delete Method
ExpireAfter Method
ExpireAt Method
GetExpirationDate Method
GetProperty Method
GetRevision Method
Purge Method
PutExistingRevision Method
PutProperties Method
Update Method
Document
GetRevision 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#
Copy
public
SavedRevision
GetRevision
(
string
id
)
Parameters
id
Type:
System
String
The
Revision
id.
Return Value
Type:
SavedRevision
The
Revision
with the specified id if it exists, otherwise null
See Also
Reference
Document Class
Couchbase.Lite Namespace