ILinkStorageTDeleteLinksForObjects Method

Delete all links for object entity UID

Definition

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

Parameters

objectUids  IEnumerableString
List of Object UIDs to delete.

See Also