Loads control layout properties with specified types from the file.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public void LoadLayout(
	string filename,
	LayoutTypeFlags layoutTypes
)
Visual Basic (Declaration)
Public Sub LoadLayout ( _
	filename As String, _
	layoutTypes As LayoutTypeFlags _
)

Parameters

filename
Type: System..::.String
The file where the values of layout properties will be loaded.
layoutTypes
Type: C1.Web.Command..::.LayoutTypeFlags
The layout types to load.

See Also