Keeper SDK Class Library
C#
Show/Hide TOC
IEntity
Storage
T
Delete
Uids Method
Deletes entity by entity UID.
Definition
Namespace:
KeeperSecurity.Storage
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
void
DeleteUids
(
IEnumerable
<
string
>
uids
)
Parameters
uids
IEnumerable
String
List of Entity UIDs to delete.
See Also
Reference
IEntityStorage
T
Interface
KeeperSecurity.Storage Namespace
In This Article
Definition
See Also