Click or drag to resize
MessageManager.UpdateIgnoredWarningIDs 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.3.0.0 (5.3.0)
Syntax
public void UpdateIgnoredWarningIDs(
	List<string> idsToProcess
)

Parameters

idsToProcess
Type: System.Collections.Generic.List<String>
The ids to process.
See Also