KeeperImportImportJson Method |
Import Keeper JSON file
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static Task<BatchResult> ImportJson(
this VaultOnline vault,
ImportFile import,
Action<Severity, string> logger
)
Parameters
- vault VaultOnline
- Vault instance
- import ImportFile
- Import object
- logger ActionSeverity, String
- Logger
Return Value
TaskBatchResult[Missing <returns> documentation for "M:KeeperSecurity.Vault.KeeperImport.ImportJson(KeeperSecurity.Vault.VaultOnline,KeeperSecurity.Commands.ImportFile,System.Action{KeeperSecurity.Vault.Severity,System.String})"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
VaultOnline. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also