Click or drag to resize

IPredicateStorageTGetLinksForSubject Method

Gets all entity links for subject entity UID.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
IEnumerable<T> GetLinksForSubject(
	string subjectUid
)

Parameters

subjectUid  String
Subject UID.

Return Value

IEnumerableT
A list of entity links.
See Also