Click or drag to resize
CustomCloneSettingsTryGetControl Method
Gets the registered control type for specified object type.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public static bool TryGetControl(
	string objectType,
	out Type type
)

Parameters

objectType
Type: SystemString
Info object type.
type
Type: SystemType
Control type.

Return Value

Type: Boolean
true if control type was found for specified objectType;otherwise false.
See Also