Click or drag to resize

ServerChannelGetLayout Method

Returns the Layout identified by the supplied layoutName.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public Layout GetLayout(
	string layoutName
)

Parameters

layoutName
Type: SystemString
The name of the required Layout.

Return Value

Type: Layout
The Layout identified by the supplied layoutName.
Remarks

If the Layout is not available in the cache, it is downloaded, compiled, stored in the cache and returned back to the caller.

Layouts are downloaded using the LayoutManager provided as argument to the ServerLink constructor.

See Also