IEntityStorageTDeleteUids Method |
Deletes entity by entity UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax void DeleteUids(
IEnumerable<string> uids
)
Parameters
- uids IEnumerableString
- List of Entity UIDs to delete.
See Also