CustomCloneSettingsAddOrUpdate Method |
Adds the type to the collection if does not already exist, or to update if the type already exists
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public static void AddOrUpdate(
string objectType,
Type type
)
Parameters
- objectType
- Type: SystemString
Info object type. - type
- Type: SystemType
Control type.
Exceptions See Also