Click or drag to resize

IApiResourceHandlerObsolete Method

Obsoletes a resource.

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Obsolete(
	Object key
)

Parameters

key
Type: SystemObject
The key of the resource to obsolete.

Return Value

Type: Object
Returns the obsoleted resource.
See Also