Retrieves the contents of a design document.
Namespace: Couchbase.ManagementAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIResult<string> GetDesignDocument(
string designDocName
)
IResult<string> GetDesignDocument(
string designDocName
)
Function GetDesignDocument (
designDocName As String
) As IResult(Of String)
Function GetDesignDocument (
designDocName As String
) As IResult(Of String)
IResult<String^>^ GetDesignDocument(
String^ designDocName
)
IResult<String^>^ GetDesignDocument(
String^ designDocName
)
abstract GetDesignDocument :
designDocName : string -> IResult<string>
abstract GetDesignDocument :
designDocName : string -> IResult<string>
Parameters
- designDocName
- Type: System.String
The name of the design document.
Return Value
Type:
IResult<String>A design document object.
See Also