StudentLocatorExtendedStudentCriteria Property Provincial Approach to Student Information API
An optional set of name/value pairs that specifies search criteria.

Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public Dictionary<string, string> ExtendedStudentCriteria { get; set; }

Property Value

Type: DictionaryString, String
Remarks

Currently only address related criteria is considered. The following names may be used in the name/value pair set to specify address criteria:
  • Street
  • City
  • StateProvince
  • Country
  • PostalCode

Any name/value pairs in the set with a name not in the above list are ignored.

If provided the criteria will be used to adjust (lower) the ranks. For example, if a value for the city is provided, student records found that do not contain an address in that city will (if no other criteria was considered) rank lower than student records found that contain an address in that city.
See Also

Reference