Click or drag to resize
IgnoreListInfoProviderGetIgnoreListInternal Method (String, String)
Returns ignorelist based on conditions.

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

Parameters

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

Return Value

Type: InfoDataSetIgnoreListInfo
See Also