Click or drag to resize

LocalAppletManagerServiceGetApplet Method (String)

Get applet by id

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public virtual AppletManifest GetApplet(
	string id
)

Parameters

id
Type: SystemString
Identifier.

Return Value

Type: AppletManifest
The applet.

Implements

IAppletManagerServiceGetApplet(String)
See Also