KeeperImportLoadJsonDictionary Method |
Parses JSON object to import type
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static ImportFile LoadJsonDictionary(
IDictionary<string, Object> importFile
)
Parameters
- importFile IDictionaryString, Object
- parsed JSON import file
Return Value
ImportFileparsed import object
See Also