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)
Syntaxpublic Layout GetLayout(
string layoutName
)
Public Function GetLayout (
layoutName As String
) As Layout
Parameters
- layoutName
- Type: SystemString
The name of the required Layout.
Return Value
Type:
Layout
The
Layout identified by the supplied
layoutName.
RemarksIf 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