IBucketManager GetDesignDocumentsAsync Method Couchbase .NET SDK 2.0
Lists all existing design documents.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Task<IResult<string>> GetDesignDocumentsAsync(
	bool includeDevelopment = false
)

Parameters

includeDevelopment (Optional)
Type: System Boolean
Whether or not to show development design documents in the results.

Return Value

Type: Task IResult String  
The design document as a string.
See Also