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