| AppletSolutionResourceHandlerObsolete Method |
Obsoletes the specified applet
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public Object Obsolete(
Object solutionId
)
Public Function Obsolete (
solutionId As Object
) As Object
public:
virtual Object^ Obsolete(
Object^ solutionId
) sealed
abstract Obsolete :
solutionId : Object -> Object
override Obsolete :
solutionId : Object -> Object
Parameters
- solutionId
- Type: SystemObject
The identifier of the applet to uninstall
Return Value
Type:
ObjectNull
Implements
IApiResourceHandlerObsolete(Object)See Also