Click or drag to resize

ValidateDelegate Delegate

A delegate that can be used to accept/reject new Revisions being added to a Database.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate bool ValidateDelegate(
	Revision newRevision,
	IValidationContext context
)

Parameters

newRevision
Type: Couchbase.LiteRevision
context
Type: Couchbase.LiteIValidationContext

Return Value

Type: Boolean
See Also