DiplomaExamInfoFrenchFootnote Property Provincial Approach to Student Information API
A French footnote to be displayed with the diploma exam results.

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

public string FrenchFootnote { get; set; }

Property Value

Type: String
Remarks

Multiple lines in the footnote are permitted however a line must not end or begin with a space. If the spaces are present the carriage return / line feed combination will be ignored during display.

Field Validation

  • Value must be no more than 255 characters.
  • Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n].
See Also

Reference