Click or drag to resize

BatchVaultOperations Constructor

Instantiate BatchVaultOperations.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public BatchVaultOperations(
	VaultOnline vault,
	RecordMatch recordMatch = RecordMatch.AllFields
)

Parameters

vault  VaultOnline
Vault instance
recordMatch  RecordMatch  (Optional)

[Missing <param name="recordMatch"/> documentation for "M:KeeperSecurity.Vault.BatchVaultOperations.#ctor(KeeperSecurity.Vault.VaultOnline,KeeperSecurity.Vault.RecordMatch)"]

See Also