Click or drag to resize

ReportClientCreateBlankDB Method

Creates a blank workspace in the organization.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CreateBlankDB(
	string userURI,
	string dbName,
	string dbDesc,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
dbName
Type: SystemString
Name of the new workspace.
dbDesc
Type: SystemString
Description for the new workspace.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
Exceptions
ExceptionCondition
Exception Invalid format provided. The available options are XML and JSON
See Also