Click or drag to resize

ReportClientDisableDomainDB Method

Disables the domain workspace.

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

Parameters

userURI
Type: SystemString
The user URI.
dbName
Type: SystemString
Name of the workspace.
domainName
Type: SystemString
Name of the domain.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also