UILayoutValue Constructor |
Default constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public UILayoutValue(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Identifying key. - value
- Type: SystemObject
Value related to the key.
See Also