IPredicateStorageTGetLinksForSubject Method |
Gets all entity links for subject entity UID.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax IEnumerable<T> GetLinksForSubject(
string subjectUid
)
Parameters
- subjectUid String
- Subject UID.
Return Value
IEnumerableTA list of entity links.
See Also