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

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<IgnoreListInfo> GetIgnoreList(
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: InfoDataSetIgnoreListInfo
See Also