SIFWorks ADK 2.0
SetCurriculumHierarchyLevel Method (Name, Number, Description)
NamespacesEdustructures.SifWorks.InstrCurriculumStructureSetCurriculumHierarchyLevel(String, Nullable<(Of <Int32>)>, String)

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

Sets the value of the <CurriculumHierarchyLevel> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetCurriculumHierarchyLevel(
	string Name,
	Nullable<int> Number,
	string Description
)
Public Sub SetCurriculumHierarchyLevel ( _
	Name As String, _
	Number As Nullable(Of Integer), _
	Description As String _
)
public:
void SetCurriculumHierarchyLevel (
	String^ Name, 
	Nullable<int> Number, 
	String^ Description
)
Parameters
Name (String)
Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms. This attribute names the level of the item.
Number (Nullable<(Of <Int32>)>)
Integer assigned to each hierarchical level within the CurriculumStructure tree. The top level is 1.
Description (String)
Used to describe what role this is serving in the structure. Some curriculum objects describe their levels in terms of programs of study, courses and units. Others use other terms.
Remarks

This form of setCurriculumHierarchyLevel is provided as a convenience method that is functionally equivalent to the CurriculumHierarchyLevel

Version: 2.0

Since: 1.5r1

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