Click or drag to resize

IBatchVaultOperations Interface

Declares Batch Vault Updater methods

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IBatchVaultOperations

The IBatchVaultOperations type exposes the following members.

Properties
 NameDescription
Public propertyRecordMatch Gets record matching strategy
Top
Methods
 NameDescription
Public methodAddFolder Appends folder to folder structure
Public methodAddRecord Appends record
Public methodApplyChanges Applies pending changes
Public methodGetFolderByPath Finds folder node by folder path
Public methodReset Resets pending changes
Public methodTryGetFolderByUid Gets folder node by folder UID
Public methodUpdateFolderName Updates folder name
Public methodUpdateRecord Update a record
Top
See Also