Click or drag to resize

UnsavedRevisionSave Method

Saves the UnsavedRevision. This will fail if its parent is not the current Revision of the associated Document.

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

Return Value

Type: SavedRevision

[Missing <returns> documentation for "M:Couchbase.Lite.UnsavedRevision.Save"]

Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an issue occurs while saving the UnsavedRevision.
See Also