Click or drag to resize

HdsiServiceBehaviorCopy Method

Downloads a copy of the specified resource and all dependent objects from another cdr to this CDR

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public virtual IdentifiedData Copy(
	string reosurceType,
	string id
)

Parameters

reosurceType  String

[Missing <param name="reosurceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehavior.Copy(System.String,System.String)"]

id  String
The identifier of the object to be copied

Return Value

IdentifiedData
The copied data

Implements

IHdsiServiceContractCopy(String, String)
See Also