IEntityStorageTDeleteUids Method

Deletes entity by entity UID.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
void DeleteUids(
	IEnumerable<string> uids
)

Parameters

uids  IEnumerableString
List of Entity UIDs to delete.

See Also