Click or drag to resize

ClientAppletManagerServiceGetApplet(String, String) Method

Get the specified applet manifest

Namespace: SanteDB.Client.Batteries.Services
Assembly: SanteDB.Client.Batteries (in SanteDB.Client.Batteries.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public AppletManifest GetApplet(
	string solutionId,
	string appletId
)

Parameters

solutionId  String

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

appletId  String

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

Return Value

AppletManifest

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

Implements

IAppletSolutionManagerServiceGetApplet(String, String)
See Also