Click or drag to resize

IBatchVaultOperationsIsRecordPending Method

Checks if the record has to be created

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

Parameters

recordUid  String

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

Return Value

Boolean
true if record is scheduled to be added
See Also