Click or drag to resize
CustomCloneSettingsAddOrUpdate Method
Adds the type to the collection if does not already exist, or to update if the type already exists

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

Parameters

objectType
Type: SystemString
Info object type.
type
Type: SystemType
Control type.
Exceptions
ExceptionCondition
ArgumentNullExceptionobjectType
See Also