LayoutManager Constructor |
Creates a new LayoutManager with specified Uniform Resource Identifier
(uri).
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public LayoutManager(
string uri
)
Public Sub New (
uri As String
)
Parameters
- uri
- Type: SystemString
The LayoutManager Uniform Resource Identifier.
Remarks
The uri must contain at least one occurrence of the
special placeholder "*". Before a Layout is downloaded, all occurrences
of this placeholder are replaced with the name of this Layout. In this
way the resulting URI gets targeted specifically to the required Layout.
See Also