Click or drag to resize

AmiServiceBehaviorBaseGetVersion Method

Get a specific version of the resource

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual Object GetVersion(
	string resourceType,
	string key,
	string versionKey
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.GetVersion(System.String,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.GetVersion(System.String,System.String,System.String)"]

versionKey
Type: SystemString

[Missing <param name="versionKey"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.GetVersion(System.String,System.String,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.GetVersion(System.String,System.String,System.String)"]

Implements

IAmiServiceContractGetVersion(String, String, String)
See Also