Click or drag to resize

IPredicateStorageTDeleteLinksForObjects Method

Delete all links for object entity UID

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
void DeleteLinksForObjects(
	IEnumerable<string> objectUids
)

Parameters

objectUids  IEnumerableString
List of Object UIDs to delete.
See Also