RegisterDeleteContactsImplementationAttribute Constructor |
Attribute constructor.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 12.0.0
Syntax 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 See Also