Click or drag to resize
ContactInfoProviderRemovePersonaFromContacts Method
Removes given persona from contacts. Sets column ContactPersonaID to NULL on contacts where this column equals to given persona ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void RemovePersonaFromContacts(
	int personaID
)

Parameters

personaID
Type: SystemInt32
This persona will be removed from contacts
See Also