logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ViewBrowserInstallerInstallInput

    Input data transfer object for installing the view browser.

    Inheritance
    object
    ViewBrowserInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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 Push.

    In this article
    © 2026 Serenity. All Rights Reserved