Click or drag to resize

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
)

Parameters

appletId
Type: SystemString
The id of the applet to be deleted.

Return Value

Type: Boolean
Returns the deleted applet.
See Also