Click or drag to resize

LocalAppletManagerServiceGetPackage Method (String)

Get the specified package data

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public byte[] GetPackage(
	string appletId
)

Parameters

appletId
Type: SystemString

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

Return Value

Type: Byte

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

Implements

IAppletManagerServiceGetPackage(String)
See Also