ContactInfoProviderRemovePersonaFromContacts Method |
Removes given persona from contacts. Sets column ContactPersonaID to NULL on contacts where this column equals to given persona ID.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static void RemovePersonaFromContacts(
int personaID
)
Parameters
- personaID
- Type: SystemInt32
This persona will be removed from contacts
See Also