| IHdsiServiceContractTouch Method |
Touch the resource (update its timestamp) without modifying the resource itself
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax IdentifiedData Touch(
string resourceType,
string id
)
Function Touch (
resourceType As String,
id As String
) As IdentifiedData
IdentifiedData^ Touch(
String^ resourceType,
String^ id
)
abstract Touch :
resourceType : string *
id : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Touch(System.String,System.String)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Touch(System.String,System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Touch(System.String,System.String)"]
Remarks The touch operation is useful for updating the modified time (forcing a re-download) without creating a new version of the resource.
See Also