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: 13.0.131
Syntax public static void AddOrUpdate(
string objectType,
Type type
)
Parameters
- objectType
- Type: SystemString
Info object type. - type
- Type: SystemType
Control type.
Exceptions Exception | Condition |
---|
ArgumentNullException | objectType |
See Also