Click or drag to resize
MessageManagerUpdateIgnoredWarningIDs Method
Updates the ignored warning ids. The ids in the list which are currently being ignored are removed from the list. The ids which are not in the list are added to it.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void UpdateIgnoredWarningIDs(
	List<string> idsToProcess
)

Parameters

idsToProcess
Type: System.Collections.GenericListString
The ids to process.
See Also