Click or drag to resize
RegisterDeleteContactsImplementationAttribute Class
Registers implementation for deleting inactive contacts. All registered implementations will be shown in the settings as an option for an administrator.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.OnlineMarketingRegisterDeleteContactsImplementationAttribute

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public sealed class RegisterDeleteContactsImplementationAttribute : Attribute, 
	IPreInitAttribute

The RegisterDeleteContactsImplementationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRegisterDeleteContactsImplementationAttribute
Attribute constructor.
Top
Properties
  NameDescription
Public propertyMarkedType
IDeleteContacts that will be used when in the settings.
Top
Methods
  NameDescription
Public methodPreInit
Registers the IDeleteContacts factory to the DeleteContactsSettingsContainer.
Top
See Also