MarkLogic XCC/.Net Library

ContentbaseMetaData.ContentBaseName Property

The name of the contentbase associated with the Session. Unlike the similar method Session.getContentBaseName(), this method makes a call to the server to obtain the name. Session instances may be created without an explicit contentbase name (use a default) or with a numeric ID. This method determines the actual alphanumeric name of the contentbase.

[Visual Basic]
Property ContentBaseName As String
[C#]
string ContentBaseName {get;}

See Also

ContentbaseMetaData Interface | Marklogic.Xcc Namespace