Click or drag to resize
ContactListInfoProviderGetContactListInfoInternal Method
Returns the ContactListInfo structure for the specified contactList.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactListInfo GetContactListInfoInternal(
	int ownerId,
	int contactId
)

Parameters

ownerId
Type: SystemInt32
ID of contact list owner
contactId
Type: SystemInt32
ID of user in contactlist

Return Value

Type: ContactListInfo
See Also