Removes a design document.
Namespace: Couchbase.ManagementAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Task<IResult> RemoveDesignDocumentAsync(
string designDocName
)
public Task<IResult> RemoveDesignDocumentAsync(
string designDocName
)
Public Function RemoveDesignDocumentAsync (
designDocName As String
) As Task(Of IResult)
Public Function RemoveDesignDocumentAsync (
designDocName As String
) As Task(Of IResult)
public:
virtual Task<IResult^>^ RemoveDesignDocumentAsync(
String^ designDocName
) sealed
public:
virtual Task<IResult^>^ RemoveDesignDocumentAsync(
String^ designDocName
) sealed
abstract RemoveDesignDocumentAsync :
designDocName : string -> Task<IResult>
override RemoveDesignDocumentAsync :
designDocName : string -> Task<IResult>
abstract RemoveDesignDocumentAsync :
designDocName : string -> Task<IResult>
override RemoveDesignDocumentAsync :
designDocName : string -> Task<IResult>
Parameters
- designDocName
- Type: System.String
The name of the design document.
Return Value
Type:
Task<IResult>A boolean value indicating the result.
Implements
IBucketManager.RemoveDesignDocumentAsync(String)
See Also