DashboardSkinSave Method |
|
DataPA OpenAnalytics API Reference
Saves any changes to the skin.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Save(
ref string ErrorMessage = ""
)
Public Function Save (
Optional ByRef ErrorMessage As String = ""
) As Boolean
public:
virtual bool Save(
String^% ErrorMessage = L""
) sealed
function Save(ErrorMessage);
Parameters
- ErrorMessage (Optional)
- Type: SystemString
Returns a message that indicates why the skin failed to save.
Return Value
Type:
BooleanTrue 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