Click or drag to resize

IBatchVaultOperations Interface

Declares Batch Vault Updater methods

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

The IBatchVaultOperations type exposes the following members.

Properties
 NameDescription
Public propertyRecordMatch Gets record matching strategy
Public propertyRootFolder Gets the root folder
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 methodIsFolderPending Checks if the folder has to be created
Public methodIsRecordPending Checks if the record has to be created
Public methodPutUserToSharedFolder Adds (if needed) user or team to the shared folder and set user access permissions.
Public methodRemoveUserFromSharedFolder Removes user or team from shared folder.
Public methodReset Resets pending changes
Public methodTryGetFolderByUid Gets folder node by folder UID
Public methodTryGetRecordByUid Gets record by record UID. Returns both pending and active records.
Public methodUpdateFolderName Updates folder name
Public methodUpdateRecord Update a record
Top
See Also