| 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
)
Public Function Get (
solutionId As Object,
versionId As Object
) As Object
public:
virtual Object^ Get(
Object^ solutionId,
Object^ versionId
) sealed
abstract Get :
solutionId : Object *
versionId : Object -> Object
override Get :
solutionId : Object *
versionId : Object -> Object
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