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