BucketManager.GetDesignDocuments Method Couchbase .NET SDK 2.0

Note: This API is now obsolete.

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
[ObsoleteAttribute("Note that the overload which takes an 'includeDevelopment' is obsolete; the method will ignore the parameter value if passed.")]
public IResult<string> GetDesignDocuments(
	bool includeDevelopment = false
)

Parameters

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

Return Value

Type: IResult<String>
The design document as a string.

Implements

IBucketManager.GetDesignDocuments(Boolean)
See Also