Click or drag to resize
DashboardSkin Constructor (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardSkin.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardSkin(
	string Name
)

Parameters

Name
Type: SystemString
The name of the skin.
Remarks
If the name does not match an existing name, a new skin will be created using the defaults.
See Also