Click or drag to resize
ContactListInfoProviderGetContactList Method (Int32)
Returns all users from user's contactlist.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<ContactListInfo> GetContactList(
	int ownerId
)

Parameters

ownerId
Type: SystemInt32
User ID

Return Value

Type: InfoDataSetContactListInfo
See Also