Click or drag to resize

AppletSolutionResourceHandlerGet Method

Gets the contents of the applet with the specified ID

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public Object Get(
	Object solutionId,
	Object versionId
)

Parameters

solutionId
Type: SystemObject
The identifier of the applet to be loaded
versionId
Type: SystemObject
The version of the applet

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.AppletSolutionResourceHandler.Get(System.Object,System.Object)"]

Implements

IApiResourceHandlerGet(Object, Object)
See Also