Click or drag to resize

QueryOptionsGetContentOptions Method

Note: This API is now obsolete.

Get 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 DocumentContentOptions GetContentOptions()

Return Value

Type: DocumentContentOptions
The content options.
See Also