UVACanvasAccess
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.ContentShares.ContentShareWithSender Class Reference

Represents a content share along with the sender. More...

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

Public Member Functions

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

Properties

ShortUser Sender [get]
 The sender of this share. More...
 
- Properties inherited from UVACanvasAccess.Structures.ContentShares.ContentShare
ulong Id [get]
 The id of the share (for the current user). More...
 
string Name [get]
 The name of the shared content. More...
 
ContentShareType ContentType [get]
 The type of the shared content. More...
 
DateTime CreatedAt [get]
 When the content was initially shared. More...
 
DateTime? UpdatedAt [get]
 When the content was last updated. More...
 
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. More...
 
ulong? CourseId [get]
 The id of the course this content was originally shared from. More...
 
bool ReadState [get]
 Whether or not the recipient has viewed the share. More...
 
ulong? ContentExportId [get]
 The content export id associated with this share. More...
 

Additional Inherited Members

- Protected Member Functions inherited from UVACanvasAccess.Structures.ContentShares.ContentShare
 ContentShare (Api api, ContentShareModel model)
 

Detailed Description

Represents a content share along with the sender.

Member Function Documentation

◆ ToPrettyString()

override string UVACanvasAccess.Structures.ContentShares.ContentShareWithSender.ToPrettyString ( )
inlinevirtual

Returns a pretty, formatted string representation of the object.

Returns
The formatted string.

Implements UVACanvasAccess.Structures.ContentShares.ContentShare.

Property Documentation

◆ Sender

ShortUser UVACanvasAccess.Structures.ContentShares.ContentShareWithSender.Sender
get

The sender of this share.


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