ILinkStorageTGetLinksForSubject Method

Gets all entity links for subject entity UID.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
IEnumerable<T> GetLinksForSubject(
	string subjectUid
)

Parameters

subjectUid  String
Subject UID.

Return Value

IEnumerableT
A list of entity links.

See Also