Table of Contents

Class Detail

Namespace
InSite.UI.Admin.Assets.Documents.Controls
Assembly
InSite.UI.dll
public class Detail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Detail
Implements
Inherited Members

Constructors

Detail()

public Detail()

Fields

ActivitySaveButton

ActivitySaveButton control.

protected Button ActivitySaveButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

AddLessonButton

AddLessonButton control.

protected Button AddLessonButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CourseName

CourseName control.

protected TextBox CourseName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CourseNameValidator

CourseNameValidator control.

protected RequiredValidator CourseNameValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CoursePanel

CoursePanel control.

protected UpdatePanel CoursePanel

Field Value

UpdatePanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CoursesComboBox

CoursesComboBox control.

protected CourseComboBox CoursesComboBox

Field Value

CourseComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CoursesPanel

CoursesPanel control.

protected AccordionPanel CoursesPanel

Field Value

AccordionPanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DocumentUpload

DocumentUpload control.

protected FileUploadV1 DocumentUpload

Field Value

FileUploadV1

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MainAccordion

MainAccordion control.

protected Accordion MainAccordion

Field Value

Accordion

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MarkdownPanel

MarkdownPanel control.

protected AccordionPanel MarkdownPanel

Field Value

AccordionPanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

MarkdownText

MarkdownText control.

protected MarkdownTextEditor MarkdownText

Field Value

MarkdownTextEditor

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModulesComboBox

ModulesComboBox control.

protected ModuleComboBox ModulesComboBox

Field Value

ModuleComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NewCoursePanel

NewCoursePanel control.

protected UpdatePanel NewCoursePanel

Field Value

UpdatePanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

RadioAdd

RadioAdd control.

protected RadioButton RadioAdd

Field Value

RadioButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

RadioExtend

RadioExtend control.

protected RadioButton RadioExtend

Field Value

RadioButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StatusAlert

StatusAlert control.

protected Alert StatusAlert

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UnitsComboBox

UnitsComboBox control.

protected UnitComboBox UnitsComboBox

Field Value

UnitComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadDocumentPanel

UploadDocumentPanel control.

protected AccordionPanel UploadDocumentPanel

Field Value

AccordionPanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Methods

CreateActivity(Guid, Guid, List<ICommand>)

public Guid CreateActivity(Guid courseId, Guid moduleId, List<ICommand> commands)

Parameters

courseId Guid
moduleId Guid
commands List<ICommand>

Returns

Guid

GetFilePhysicalFolderPath(Guid)

public static string GetFilePhysicalFolderPath(Guid course)

Parameters

course Guid

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs