Click or drag to resize

ReadOnlyDocumentGetBlob Method

[Missing <summary> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetBlob(System.String)"]

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
public Blob GetBlob(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetBlob(System.String)"]

Return Value

Type: Blob

[Missing <returns> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetBlob(System.String)"]

Implements

IReadOnlyDictionaryGetBlob(String)
See Also