 | AmiServiceClientDeleteApplet Method |
Deletes an applet.
Namespace: SanteDB.Messaging.AMI.ClientAssembly: SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 3.0.2081-alpha+cbc29d8899d643bca0b6921497a6c32801355dbe
Syntaxpublic bool DeleteApplet(
string appletId
)
Public Function DeleteApplet (
appletId As String
) As Boolean
public:
bool DeleteApplet(
String^ appletId
)
member DeleteApplet :
appletId : string -> bool Parameters
- appletId String
- The id of the applet to be deleted.
Return Value
BooleanReturns the deleted applet.
See Also