Class ViewBrowserInstallerInstallInput
Input data transfer object for installing the view browser.
Inherited Members
Namespace: Serenity.ViewBrowser.Installation.Installers
Assembly: Serenity.ViewBrowser.Installation.dll
Syntax
public class ViewBrowserInstallerInstallInput
Constructors
ViewBrowserInstallerInstallInput(int)
Initializes a new instance of the ViewBrowserInstallerInstallInput class.
Declaration
public ViewBrowserInstallerInstallInput(int maxHistoryDepth = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| int | maxHistoryDepth | Maximum number of entries retained in the navigation history; unlimited when less than or equal to zero. |
Fields
MaxHistoryDepth
Declaration
public int MaxHistoryDepth
Field Value
| Type | Description |
|---|---|
| int | Maximum number of entries retained in the navigation history. A value less than or
equal to zero means unlimited (default) — preserves the append-only, uncapped behaviour
documented for |