Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetOrCreateSection Method (section)
NamespacesGenesyslab.Desktop.Modules.Core.Model.AlertsIAlertManagerGetOrCreateSection(String)
Gets an Alert collection by name or creates it if not defined yet.
Declaration Syntax
C#Visual BasicVisual C++
ObservableCollection<Alert> GetOrCreateSection(
	string section
)
Function GetOrCreateSection ( _
	section As String _
) As ObservableCollection(Of Alert)
ObservableCollection<Alert^>^ GetOrCreateSection(
	String^ section
)
Parameters
section (String)
The section.
Return Value

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)