ClientSlotGetLayout 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
)
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
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 of this method.
See Also