Click or drag to resize

AppletSolutionResourceHandlerUpdate Method

Update the specified applet

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Update(
	Object data
)

Parameters

data
Type: SystemObject
The data to be update

Return Value

Type: Object
The updated applet manifest

Implements

IApiResourceHandlerUpdate(Object)
See Also