SectionsCreateSection Method A Sandcastle Documented Class Library
Create a new section from a base course

Namespace: WCFAPI
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public CreateSectionResults CreateSection(
	string apiUsername,
	string apiPassword,
	string BaseCourseCode,
	string SectionCode,
	string CourseName
)

Parameters

apiUsername
Type: SystemString
API Username
apiPassword
Type: SystemString
API Password
BaseCourseCode
Type: SystemString
The base course that the section inherits from. These need to be set up in Edgenuity and must be unique for your implementation
SectionCode
Type: SystemString
The code of the section to create. If this section doesn't yet exist in Edgenuity, a copy of the base course will be created for it.
CourseName
Type: SystemString
Name of the course. Leave null to use the name of the base course.

Return Value

Type: CreateSectionResults

[Missing <returns> documentation for "M:WCFAPI.Sections.CreateSection(System.String,System.String,System.String,System.String,System.String)"]

See Also

Reference