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 public bool IsDocumentPending(
Document doc
)
Parameters
- doc
- Type: Couchbase.LiteDocument
The document to check.
Return Value
Type:
Booleantrue if this document is pending, otherwise,
false.
See Also