 | HdsiServiceBehaviorCopy Method |
Downloads a copy of the specified resource and all dependent objects from another cdr to this CDR
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual IdentifiedData Copy(
string reosurceType,
string id
)
Public Overridable Function Copy (
reosurceType As String,
id As String
) As IdentifiedData
public:
virtual IdentifiedData^ Copy(
String^ reosurceType,
String^ id
)
abstract Copy :
reosurceType : string *
id : string -> IdentifiedData
override Copy :
reosurceType : string *
id : string -> IdentifiedData 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
IdentifiedDataThe copied data
Implements
IHdsiServiceContractCopy(String, String)
See Also