Table of Contents

Method LoadGridLayout

Namespace
FS.Hosting.Broker.Shared.Actions
Assembly
FS.Hosting.Broker.Shared.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