Click or drag to resize

ReportClientCopyDatabase Method

Copy a specified workspace identified by the URI.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public long CopyDatabase(
	string dbURI,
	string newDBName,
	string newDBDesc,
	bool withData,
	string copyDBKey,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The workspace URI.
newDBName
Type: SystemString
New name of the workspace.
newDBDesc
Type: SystemString
The new workspace description.
withData
Type: SystemBoolean
If set to true [with data].
copyDBKey
Type: SystemString
The copy workspace key.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: Int64
The new workspace id.
See Also