UVACanvasAccess
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
UVACanvasAccess.Structures.ContentShares.ContentShareWithReceivers Class Referencesealed

Represents a content share along with the list of receivers. More...

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

Public Member Functions

override string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 
- Public Member Functions inherited from UVACanvasAccess.Structures.ContentShares.ContentShare
string ToPrettyString ()
 Returns a pretty, formatted string representation of the object.
 

Properties

IEnumerable< ShortUserReceivers [get]
 The receivers of this share.
 
- Properties inherited from UVACanvasAccess.Structures.ContentShares.ContentShare
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.
 

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 list of receivers.

Member Function Documentation

◆ ToPrettyString()

override string UVACanvasAccess.Structures.ContentShares.ContentShareWithReceivers.ToPrettyString ( )
inline

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: