Click or drag to resize

IPredicateStorageTPutLinks Method

Stores entity links

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

Parameters

entities  IEnumerableT
List of entity links.
See Also