Table of Contents

Method LoadGridLayout

Namespace
FrameworkSystems.FrameworkControls.Actions
Assembly
FrameworkSystems.FrameworkControls.dll

LoadGridLayout(string, bool)

Sendet eine Action an den Client, die ein auf dem Client-Rechner gespeichertes Grid-Layout einliest.

public virtual void LoadGridLayout(string fileName, bool displayErrorMsg)

Parameters

fileName string

Relativer Dateipfad.

displayErrorMsg bool

Gibt an, ob im Fehlerfall eine Meldung angezeigt werden soll.

See Also