Click or drag to resize
DashboardSkinSave Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Saves any changes to the skin.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Save(
	ref string ErrorMessage = ""
)

Parameters

ErrorMessage (Optional)
Type: SystemString
Returns a message that indicates why the skin failed to save.

Return Value

Type: Boolean
True if the skin saved successfully, otherwise false.
Remarks
Skin is saved to the shared application data directory. As such, requires admin privelidges on Vista, Windows 7 etc.
See Also