Click or drag to resize

IPredicateStorageTGetAllLinks Method

Gets all entity links in the storage.

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

Return Value

IEnumerableT
A list of entity links.
See Also