(Required)
The maximum last known PASI Core transcript version on PASI Client.
Namespace: PASI.DataContract.V201305Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
public long KnownSourceVersion { get; set; }
Public Property KnownSourceVersion As Long
Get
Set
Property Value
Type:
Int64
KnownSourceVersion could be used by PASI Client to return only Student's transcript details that have changed since previous data
synchronization process thus reducing the size of the service's response. For example, any student's Official Mark
that was recalculated since previous synchronization will have a higher version than the KnownSourceVersion,
thus PASI Client can call the service to return only the 'delta' with specifying the KnownSourceVersion. This also applied
to student's Transcript Info, i.e. credential requirement exemption and current credential number for achieved or awarded credential.
When calling service with a KnowSourceVersion of zero, all student's transcript details will be returned and no version filtering
will be applied.
Field Validation
Reference