shareMode property

String? shareMode
getter/setter pair

Mechanism by which students access the Drive item. Possible string values are:

  • "UNKNOWN_SHARE_MODE" : No sharing mode specified. This should never be returned.
  • "VIEW" : Students can view the shared file.
  • "EDIT" : Students can edit the shared file.
  • "STUDENT_COPY" : Students have a personal copy of the shared file.

Implementation

core.String? shareMode;