Click or drag to resize
ContactListInfoProvider.GetContactListInternal Method (String, String)
Returns contactlist based on conditions.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
protected virtual InfoDataSet<ContactListInfo> GetContactListInternal(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause

Return Value

Type: InfoDataSet<ContactListInfo>
See Also