UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Properties | List of all members
UVACanvasAccess.Structures.ContentShares.ContentShare Class Referenceabstract

Represents a content share between a sender and one or more receivers. More...

Inheritance diagram for UVACanvasAccess.Structures.ContentShares.ContentShare:
Inheritance graph
[legend]
Collaboration diagram for UVACanvasAccess.Structures.ContentShares.ContentShare:
Collaboration graph
[legend]

Public Member Functions

string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Protected Member Functions

 ContentShare (Api api, ContentShareModel model)
 

Properties

ulong Id [get]
 The id of the share (for the current user).
 
string Name [get]
 The name of the shared content.
 
ContentShareType ContentType [get]
 The type of the shared content.
 
DateTime CreatedAt [get]
 When the content was initially shared.
 
DateTime? UpdatedAt [get]
 When the content was last updated.
 
ulong? UserId [get]
 The id of the user who sent or received the content, i.e., the subject of the api call which returned this object.
 
ulong? CourseId [get]
 The id of the course this content was originally shared from.
 
bool ReadState [get]
 Whether or not the recipient has viewed the share.
 
ulong? ContentExportId [get]
 The content export id associated with this share.
 

Detailed Description

Represents a content share between a sender and one or more receivers.

Member Function Documentation

◆ ToPrettyString()

string UVACanvasAccess.Structures.ContentShares.ContentShare.ToPrettyString ( )
abstract

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Util.IPrettyPrint.


The documentation for this class was generated from the following file: