Indicates the type of update for the client.
Namespace: PASI.DataContract.V2009Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
public string UpdateType { get; set; }
Public Property UpdateType As String
Get
Set
Property Value
Type:
String
UpdateAvailable means there is new data for the client. ResyncRequired means the hash value provided on the request
does not match the server calculated hash value so all Id Versions for the type are returned giving the client
a chance to compare to the local values.
- UpdateAvailable
- ResyncRequired
Reference