| IConflictResolverResolve Method  | 
  
    Namespace: 
   Couchbase.Lite
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
SyntaxDocument Resolve(
	Conflict conflict
)
Parameters
- conflict
- Type: Couchbase.LiteConflict
 The conflict that occurred
Return Value
Type: 
DocumentThe new version of the document
 See Also
See Also