Keeper SDK Class Library
C#
Show/Hide TOC
ILink
Storage
T
Delete
Links
For
Subjects Method
Delete all links for subject entity UIDs
Definition
Namespace:
KeeperSecurity.Storage
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
void
DeleteLinksForSubjects
(
IEnumerable
<
string
>
subjectUids
)
Parameters
subjectUids
IEnumerable
String
List of Subject UIDs to delete.
See Also
Reference
ILinkStorage
T
Interface
KeeperSecurity.Storage Namespace
In This Article
Definition
See Also