Loads the control layout properties with specified types from the stream.

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

Syntax

C#
public void LoadLayout(
	Stream stream,
	LayoutTypeFlags layoutTypes
)
Visual Basic (Declaration)
Public Sub LoadLayout ( _
	stream As Stream, _
	layoutTypes As LayoutTypeFlags _
)

Parameters

stream
Type: System.IO..::.Stream
The stream where the values of the layout properties will be loaded.
layoutTypes
Type: C1.Web.Command..::.LayoutTypeFlags
The layout types to load.

See Also