Click or drag to resize

ReplicationIsDocumentPending Method

Checks if the specified document is pending replication

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsDocumentPending(
	Document doc
)

Parameters

doc
Type: Couchbase.LiteDocument
The document to check.

Return Value

Type: Boolean
true if this document is pending, otherwise, false.
See Also