Click or drag to resize

ExportConnectivityPackageHelperCreateConnectivityPackageContent Method

Creates the file content of the connectivity package (dictionary fileName, fileContent)

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, string> CreateConnectivityPackageContent(
	Dictionary<string, string> connectivityInfo,
	List<Dictionary<string, string>> taskMappings
)

Parameters

connectivityInfo
Type: System.Collections.GenericDictionaryString, String
taskMappings
Type: System.Collections.GenericListDictionaryString, String

Return Value

Type: DictionaryString, String
See Also