Click or drag to resize

ExportConnectivityPackageControllerCreateConnectivityPackage Method

Creates a zip file with the connectivity package and returns file id back

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 int CreateConnectivityPackage(
	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: Int32
See Also