UVACanvasAccess
Classes | Enumerations
UVACanvasAccess.Structures.Discussions Namespace Reference

Classes

class  DiscussionTopic
 Represents a discussion topic. More...
 
class  FileAttachment
 
class  TopicEntry
 
class  TopicReply
 

Enumerations

enum class  DiscussionHome { Course , Group }
 The types of entities a DiscussionTopic can belong to. More...
 
enum class  DiscussionType { SideComment , Threaded }
 The types of discussion. More...
 

Enumeration Type Documentation

◆ DiscussionHome

The types of entities a DiscussionTopic can belong to.

Enumerator
Course 

The discussion belongs to a Structures.Courses.Course.

Group 

The discussion belongs to a Structures.Groups.Group

◆ DiscussionType

The types of discussion.

Enumerator
SideComment 

The discussion only allows single replies.

Threaded 

Replies to the discussion may themselves have nested replies.