Click or drag to resize

BatchVaultOperationsIsRecordPending Method

Checks if the record has to be created

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
public bool IsRecordPending(
	string recordUid
)

Parameters

recordUid  String

[Missing <param name="recordUid"/> documentation for "M:KeeperSecurity.Vault.BatchVaultOperations.IsRecordPending(System.String)"]

Return Value

Boolean
true if record is scheduled to be added

Implements

IBatchVaultOperationsIsRecordPending(String)
See Also