IPredicateStorageTDeleteLinksForSubjects Method |
Delete all links for subject entity UIDs
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax void DeleteLinksForSubjects(
IEnumerable<string> subjectUids
)
Parameters
- subjectUids IEnumerableString
- List of Subject UIDs to delete.
See Also