BucketManager.GetDesignDocumentAsync 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
public Task<IResult<string>> GetDesignDocumentAsync(
	string designDocName
)

Parameters

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

Return Value

Type: Task<IResult<String>>
A design document object.

Implements

IBucketManager.GetDesignDocumentAsync(String)
See Also