DashboardSkin Constructor (String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardSkin.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardSkin(
string Name
)
Public Sub New (
Name As String
)
public:
DashboardSkin(
String^ Name
)
DataPAEnterpriseDashboard.DashboardSkin = function(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