Click or drag to resize

HdsiServiceBehaviorTouch 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: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public virtual IdentifiedData Touch(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource to be touched
id  String
The identity of the resource to be touched

Return Value

IdentifiedData
The object which was updated as part of the touch operation

Implements

IHdsiServiceContractTouch(String, 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