Click or drag to resize

UpstreamAmiServiceBehaviorGetVersion Method

Get a specific version of the resource

Namespace: SanteDB.Rest.AMI
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object GetVersion(
	string resourceType,
	string key,
	string versionKey
)

Parameters

resourceType  String
The type of resource
key  String
The key of the resource
versionKey  String
The version key to retrieve

Return Value

Object
The object as it existed at that version

Implements

IAmiServiceContractGetVersion(String, String, String)
See Also