 | IAppletManagerServiceGetPackage Method |
Gets the installed applet package source for the specified applet
Namespace: SanteDB.Core.Applets.ServicesAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxbyte[] GetPackage(
string appletId
)
Function GetPackage (
appletId As String
) As Byte()
array<unsigned char>^ GetPackage(
String^ appletId
)
abstract GetPackage :
appletId : string -> byte[] Parameters
- appletId String
[Missing <param name="appletId"/> documentation for "M:SanteDB.Core.Applets.Services.IAppletManagerService.GetPackage(System.String)"]
Return Value
Byte[Missing <returns> documentation for "M:SanteDB.Core.Applets.Services.IAppletManagerService.GetPackage(System.String)"]
See Also