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

Note: This API is now obsolete.

Returns ignorelist based on conditions.

Namespace: CMS.Messaging
Assembly: CMS.Messaging (in CMS.Messaging.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<IgnoreListInfo> instead.")]
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