BatchVaultOperationsIsRecordPending Method |
Checks if the record has to be created
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public bool IsRecordPending(
string recordUid
)
Parameters
- recordUid String
[Missing <param name="recordUid"/> documentation for "M:KeeperSecurity.Vault.BatchVaultOperations.IsRecordPending(System.String)"]
Return Value
Booleantrue if record is scheduled to be added
Implements
IBatchVaultOperationsIsRecordPending(String)See Also