Click or drag to resize
RegisterDeleteContactsImplementationAttribute Constructor
Attribute constructor.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public RegisterDeleteContactsImplementationAttribute(
	string name,
	string resourceString,
	Type deleteInactiveContactsType
)

Parameters

name
Type: SystemString
Implementation name. Will be used as a value in the settings.
resourceString
Type: SystemString
Resource string that will be resolved and shown in the UI in the settings.
deleteInactiveContactsType
Type: SystemType
IDeleteContacts that will be used when name is chosen in the settings.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf is null.
ArgumentExceptionIf is null or if does not implement IDeleteContacts.
See Also