Click or drag to resize

LocalAppletManagerServiceGetApplet Method (String, String)

Get the specified applet

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public AppletManifest GetApplet(
	string solutionId,
	string appletId
)

Parameters

solutionId
Type: SystemString

[Missing <param name="solutionId"/> documentation for "M:SanteDB.DisconnectedClient.Services.LocalAppletManagerService.GetApplet(System.String,System.String)"]

appletId
Type: SystemString

[Missing <param name="appletId"/> documentation for "M:SanteDB.DisconnectedClient.Services.LocalAppletManagerService.GetApplet(System.String,System.String)"]

Return Value

Type: AppletManifest

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.LocalAppletManagerService.GetApplet(System.String,System.String)"]

Implements

IAppletSolutionManagerServiceGetApplet(String, String)
See Also