Click or drag to resize

ReportClientGetPlanInfo Method

Gets the plan information.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PlanInfo GetPlanInfo(
	string userURI,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: PlanInfo
PlanInfo object.
See Also