Click or drag to resize

IDashboardSave Method

Save the Dashboard to storage

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
void Save(
	string path,
	IDictionary<string, string> requestParameters
)

Parameters

path
Type: SystemString
The request path
requestParameters
Type: System.Collections.GenericIDictionaryString, String
All request parameters
See Also