KeeperImportLoadJsonDictionary Method

Parses JSON object to import type

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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