BucketManager RemoveDesignDocument Method Couchbase .NET SDK 2.1.0 Documentation
Removes a design document.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IResult RemoveDesignDocument(
	string designDocName
)

Parameters

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

Return Value

Type: IResult
A boolean value indicating the result.

Implements

IBucketManager RemoveDesignDocument(String)
See Also