ClientChannelGetLayout Method |
Returns the
Layout with 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
)
Public Function GetLayout (
layoutName As String
) As Layout
Parameters
- layoutName
- Type: SystemString
The name of the required Layout.
Return Value
Type:
Layout
The
Layout with the supplied
layoutName.
Remarks
If the Layout is not cached, it is downloaded.
See Also