Click or drag to resize

KeeperImportLoadJsonDictionary Method

Parses JSON object to import type

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static ImportFile LoadJsonDictionary(
	IDictionary<string, Object> importFile
)

Parameters

importFile  IDictionaryString, Object
parsed JSON import file

Return Value

ImportFile
parsed import object
See Also