Method DeleteLayout
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
DeleteLayout(string, string)
Deletes the layout for the specified view and layout name.
public void DeleteLayout(string viewname, string layoutname)
Parameters
DeleteLayout(string)
Deletes all layouts for the specified view.
public void DeleteLayout(string viewname)
Parameters
viewname
stringThe name of the view.