  | IntegrationsFolletRedirectCRN Method  | 
  
    Namespace: 
   SeniorSystemsWS
    Assembly:
   SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic void FolletRedirectCRN(
	string folletId,
	string schoolId,
	string term,
	string studentId,
	bool nextYear
)
Public Sub FolletRedirectCRN ( 
	folletId As String,
	schoolId As String,
	term As String,
	studentId As String,
	nextYear As Boolean
)
public:
void FolletRedirectCRN(
	String^ folletId, 
	String^ schoolId, 
	String^ term, 
	String^ studentId, 
	bool nextYear
)
public function FolletRedirectCRN(
	folletId : String, 
	schoolId : String, 
	term : String, 
	studentId : String, 
	nextYear : boolean
)
function FolletRedirectCRN(folletId, schoolId, term, studentId, nextYear);
Parameters
- folletId
 - Type: SystemString
 - schoolId
 - Type: SystemString
 - term
 - Type: SystemString
 - studentId
 - Type: SystemString
 - nextYear
 - Type: SystemBoolean
 
See Also