SavedRevisionCreateRevision Method |
Creates a new
UnsavedRevision whose properties and attachments are initially identical to this one.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public UnsavedRevision CreateRevision()
Return Value
Type:
UnsavedRevision
A new child
UnsavedRevision whose properties and attachments
are initially identical to this one.
Remarks
Creates a new mutable child revision whose properties and attachments are initially identical
to this one's, which you can modify and then save.
See Also