Click or drag to resize
ContactListInfoProviderGetContactListInfo 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#
public static ContactListInfo GetContactListInfo(
	int ownerId,
	int contactId
)

Parameters

ownerId
Type: SystemInt32
ID of user
contactId
Type: SystemInt32
ID of user in contactlist

Return Value

Type: ContactListInfo
See Also