Click or drag to resize

UnsavedRevisionSave Method (Boolean)

Saves the UnsavedRevision, optionally allowing the save when there is a conflict.

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

Parameters

allowConflict
Type: SystemBoolean
Whether or not to allow saving when there is a conflict.

Return Value

Type: SavedRevision

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

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