Click or drag to resize

LocalAppletManagerServiceUnInstall Method

Uninstall the applet package

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public virtual bool UnInstall(
	string packageId
)

Parameters

packageId
Type: SystemString

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

Return Value

Type: Boolean

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

Implements

IAppletManagerServiceUnInstall(String)
IAppletSolutionManagerServiceUnInstall(String)
See Also