A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Attachment Class
Attachment Properties
Content Property
ContentStream Property
ContentType Property
Document Property
Length Property
Metadata Property
Name Property
Revision Property
Attachment
Content Property
Gets the
Attachment
content.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
IEnumerable
<
byte
>
Content
{
get
; }
Property Value
Type:
IEnumerable
Byte
The
Attachment
content
Exceptions
Exception
Condition
CouchbaseLiteException
Thrown if an error occurs when getting the content.
See Also
Reference
Attachment Class
Couchbase.Lite Namespace