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 [ObsoleteAttribute("Use the appropriate property")]
public DocumentContentOptions GetContentOptions()
Return Value
Type:
DocumentContentOptionsThe content options.
See Also