Table of Contents

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

viewname string

The name of the view.

layoutname string

The name of the layout.

DeleteLayout(string)

Deletes all layouts for the specified view.

public void DeleteLayout(string viewname)

Parameters

viewname string

The name of the view.