Click or drag to resize

BatchVaultOperationsUpdateRecord Method

Update a record

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public bool UpdateRecord(
	KeeperRecord record
)

Parameters

record  KeeperRecord
Keeper record

Return Value

Boolean
true is record is scheduled to be updated

Implements

IBatchVaultOperationsUpdateRecord(KeeperRecord)
See Also