| ContactListInfoProviderIsInContactListInternal Method | 
            Returns true if given user is in owner's contactlist.
            
 
Namespace: CMS.MessagingAssembly: CMS.Messaging (in CMS.Messaging.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual bool IsInContactListInternal(
	int ownerId,
	int contactId
)
Parameters
- ownerId
- Type: SystemInt32
 ID of contactlist owner
- contactId
- Type: SystemInt32
 ID of user to check
Return Value
Type: 
Boolean See Also
See Also