Table of Contents

Method GetOrCreateLayout

Namespace
Innova.Data.AppSettings.Services
Assembly
Innova.Data.dll

GetOrCreateLayout(string, string, string)

Gets or creates the layout for the specified view name, layout name, and layout string.

public void GetOrCreateLayout(string viewname, string layoutname, string layout)

Parameters

viewname string

The name of the view.

layoutname string

The name of the layout.

layout string

The layout string.