CustomCloneSettingsTryGetControl Method |
Gets the registered control type for specified object type.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static bool TryGetControl(
string objectType,
out Type type
)
Parameters
- objectType
- Type: SystemString
Info object type. - type
- Type: SystemType
Control type.
Return Value
Type:
Booleantrue if control type was found for specified
objectType;otherwise
false.
See Also