Click or drag to resize

LocalAppletManagerServiceGetApplets Method

Gets applets for the solution

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public ReadonlyAppletCollection GetApplets(
	string solutionId
)

Parameters

solutionId
Type: SystemString

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

Return Value

Type: ReadonlyAppletCollection

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

Implements

IAppletSolutionManagerServiceGetApplets(String)
See Also