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)
Syntaxpublic void UpdateIgnoredWarningIDs(
List<string> idsToProcess
)
Public Sub UpdateIgnoredWarningIDs (
idsToProcess As List(Of String)
)
Parameters
- idsToProcess
- Type: System.Collections.Generic.List<String>
The ids to process.
See Also