IEntityStorageTGetEntity Method

Gets entity by entity UID.

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
T GetEntity(
	string uid
)

Parameters

uid  String
Entity UID.

Return Value

T
Entity instance.

See Also