 | IHdsiServiceContractTouch Method |
Touch the resource (update its timestamp) without modifying the resource itself
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxIdentifiedData 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 String
- The type of resource to be touched
- id String
- The identity of the resource to be touched
Return Value
IdentifiedDataThe object which was updated as part of the touch operation
RemarksThe touch operation is useful for updating the modified time (forcing a re-download) without creating a new version of the resource.
See Also