Click or drag to resize

QueryOptionsSetContentOptions Method

Note: This API is now obsolete.

Sets the options for including document content in the result set

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use the appropriate property")]
public void SetContentOptions(
	DocumentContentOptions contentOptions
)

Parameters

contentOptions
Type: Couchbase.LiteDocumentContentOptions
Content options.
See Also