IBucketManager GetDesignDocument Method Couchbase .NET SDK 2.0
Retrieves the contents of a design document.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IResult<string> GetDesignDocument(
	string designDocName
)

Parameters

designDocName
Type: System String
The name of the design document.

Return Value

Type: IResult String 
A design document object.
See Also