Click or drag to resize
ContactListInfoProviderGetContactListInternal Method (String, String)

Note: This API is now obsolete.

Returns contactlist based on conditions.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<ContactListInfo> instead")]
protected virtual InfoDataSet<ContactListInfo> GetContactListInternal(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause

Return Value

Type: InfoDataSetContactListInfo
See Also