| ContactListInfoProviderRemoveFromContactList Method | 
            Removes user from contactlist.
            
 
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 8.2.23
 Syntax
Syntaxpublic static void RemoveFromContactList(
	int ownerId,
	int contactId
)
Parameters
- ownerId
- Type: SystemInt32
 ID of contactlist owner
- contactId
- Type: SystemInt32
 ID of user to be removed from contactlist
 See Also
See Also