Exports Dialer configuration objects as an XML string.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public string ExportXML( IEnumerable<ListConfigurationObject> objectsToExport ) |
Visual Basic |
---|
Public Function ExportXML ( _ objectsToExport As IEnumerable(Of ListConfigurationObject) _ ) As String |
Parameters
- objectsToExport
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ListConfigurationObject>)>)>
The list of Dialer objects to export as XML.
Return Value
Remarks
Any Dialer objects referenced by objectsToExport will also be exported. Non-Dialer objects (workgroups, attendant profiles, etc.) are not exported.