Click or drag to resize
RegisterCustomCloneSettingsControlAttribute Class
Registers class in CustomCloneSettings collection for advanced clone settings usage.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.UIControlsRegisterCustomCloneSettingsControlAttribute

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public sealed class RegisterCustomCloneSettingsControlAttribute : Attribute, 
	IInitAttribute

The RegisterCustomCloneSettingsControlAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterCustomCloneSettingsControlAttribute
Creates new instance of RegisterCustomCloneSettingsControlAttribute.
Top
Properties
  NameDescription
Public propertyMarkedType
Custom settings class
Public propertyObjectType
Info object type
Top
Methods
  NameDescription
Public methodInit
Registers the class in CustomCloneSettings.
Top
See Also