Click or drag to resize

IPredicateStorageTDeleteLinksForSubjects Method

Delete all links for subject entity UIDs

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

Parameters

subjectUids  IEnumerableString
List of Subject UIDs to delete.
See Also