| ExportConnectivityPackageHelperCreateConnectivityPackageZipFile Method |
Creates the files outlined in the fileContent dictionary in a zip file and returns the fileId of the temporarily stored file
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
Syntaxpublic static int CreateConnectivityPackageZipFile(
FileController fileController,
Dictionary<string, string> fileContent,
string zipFileName
)
Parameters
- fileController
- Type: Omada.OE.AppLogicFileController
A FileController instance - fileContent
- Type: System.Collections.GenericDictionaryString, String
A dictionary containing fileName as a key, fileContent as value - zipFileName
- Type: SystemString
The name of the zip file that should be created
Return Value
Type:
Int32The file Id of the zip file that was created as a temporary file
See Also