SIFWorks ADK 2.0
StudentParticipation Constructor (refId, studentPersonalRefId, type)
NamespacesEdustructures.SifWorks.ProgramsStudentParticipationStudentParticipationStudentParticipationNew(String, String, StudentParticipationType)

[This is preliminary documentation and is subject to change.]

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public StudentParticipation(
	string refId,
	string studentPersonalRefId,
	StudentParticipationType type
)
Public Sub New ( _
	refId As String, _
	studentPersonalRefId As String, _
	type As StudentParticipationType _
)
public:
StudentParticipation (
	String^ refId, 
	String^ studentPersonalRefId, 
	StudentParticipationType^ type
)
Parameters
refId (String)
This is the unique identification code
studentPersonalRefId (String)
The GUID of the student that this object is linked to.
type (StudentParticipationType)
A Type

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10