Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CourseForum

Hierarchy

Implemented by

Index

Properties

Readonly _instanceIndentifier

_instanceIndentifier: string

Readonly title

title: string

Readonly type

type: "forum"

Methods

close

  • close(): void

getAuthor

  • getAuthor(): Promise<string>

getCreationDate

  • getCreationDate(): Promise<Date>

getFile

  • getFile(): Promise<undefined | File>

getFlagMonitorReading

  • getFlagMonitorReading(): Promise<boolean>

getForumType

  • getForumType(): Promise<string>

getNumOfTopics

  • getNumOfTopics(): Promise<number>

postTopic

  • postTopic(title: string, body: string, file: string, notify: boolean): Promise<void>

update

Generated using TypeDoc