Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TeacherResult

Hierarchy

  • TeacherResult

Implemented by

Index

Properties

Readonly department

department: string

Readonly name

name: string

Readonly pageURL

pageURL: URL

Optional Readonly profilePictureURL

profilePictureURL: URL

Methods

downloadProfilePicture

  • downloadProfilePicture(basepath: string, callback: ProgressCallback): Promise<string>
  • Download user profile picture, save in basepath Returns the destination of the file on the file system Throws an exception if the teacher does not have a photo

    Parameters

    Returns Promise<string>

getEmail

  • getEmail(): Promise<undefined | string>

Generated using TypeDoc