Removes a design document.
Namespace: Couchbase.ManagementAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxTask<IResult> RemoveDesignDocumentAsync(
string designDocName
)
Task<IResult> RemoveDesignDocumentAsync(
string designDocName
)
Function RemoveDesignDocumentAsync (
designDocName As String
) As Task(Of IResult)
Function RemoveDesignDocumentAsync (
designDocName As String
) As Task(Of IResult)
Task<IResult^>^ RemoveDesignDocumentAsync(
String^ designDocName
)
Task<IResult^>^ RemoveDesignDocumentAsync(
String^ designDocName
)
abstract RemoveDesignDocumentAsync :
designDocName : string -> Task<IResult>
abstract 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.
See Also