DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the skin saved successfully, otherwise false.
Saves any changes to the skin.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool Save( ref string ErrorMessage = "" ) |
Visual Basic |
---|
Public Function Save ( Optional ByRef ErrorMessage As String = "" ) As Boolean |
Visual C++ |
---|
public: virtual bool Save( String^% ErrorMessage = L"" ) sealed |
Parameters
- ErrorMessage (Optional)
- Type: System..::..String%
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.