Click or drag to resize

ClientAppletManagerServiceGetApplet(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 appletId
)

Parameters

appletId  String

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

Return Value

AppletManifest

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

Implements

IAppletManagerServiceGetApplet(String)
See Also