UVACanvasAccess
|
Represents a file present on the Canvas server. More...
Public Member Functions | |
string | ToPrettyString () |
Returns a pretty, formatted string representation of the object. More... | |
async Task< bool > | MoveTo (ulong folderId, Api.OnDuplicate onDuplicate) |
Task< bool > | MoveTo (Folder folder, Api.OnDuplicate onDuplicate) |
async Task< bool > | Rename (string newName, Api.OnDuplicate onDuplicate) |
async Task< CanvasFile > | CopyTo (ulong folderId, Api.OnDuplicate onDuplicate) |
Task< CanvasFile > | CopyTo (Folder folder, Api.OnDuplicate onDuplicate) |
Task< byte[]> | Download () |
Properties | |
ulong | Id [get] |
The file id. More... | |
string | Uuid [get] |
The file's UUID. More... | |
ulong | FolderId [get] |
The id of the folder the file is in. More... | |
string | DisplayName [get] |
The file name, as shown to end users on the web interface. More... | |
string | Filename [get] |
The file's name. More... | |
string | ContentType [get] |
The MIME content type of the file. More... | |
string | Url [get] |
The URL to the file. The file can be downloaded from this URL. More... | |
ulong? | Size [get] |
The file's size in bytes. More... | |
DateTime? | CreatedAt [get] |
When the file was created. More... | |
DateTime? | UpdatedAt [get] |
When the file was last updated. More... | |
DateTime? | UnlockAt [get] |
When the file is set to unlock. More... | |
bool | Locked [get] |
Whether or not the file is locked. More... | |
bool | Hidden [get] |
Whether or not the file is hidden. More... | |
DateTime? | LockAt [get] |
When the file is set to lock. More... | |
bool | HiddenForUser [get] |
Whether or not the file is hidden for the file's owner. More... | |
string | ThumbnailUrl [get] |
A URL to a thumbnail of the file. More... | |
DateTime? | ModifiedAt [get] |
When the file was last modified. More... | |
string | MimeClass [get] |
A simplified ContentType. More... | |
string | MediaEntryId [get] |
An opaque ID used by third-party systems. More... | |
bool | LockedForUser [get] |
Whether or not the file is locked for the file's owner. More... | |
LockInfo | LockInfo [get] |
If the file is locked, a LockInfo object. More... | |
string | LockExplanation [get] |
If the file is locked, the reason it is locked. More... | |
string | PreviewUrl [get] |
If the file was submitted through a submission endpoint, a URL to the document preview. More... | |
Represents a file present on the Canvas server.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.
|
get |
The MIME content type of the file.
|
get |
When the file was created.
|
get |
The file name, as shown to end users on the web interface.
This is distinct from Filename, the file's true name on the server.
|
get |
The file's name.
This is distinct from DisplayName,the name shown on the web interface.
|
get |
The id of the folder the file is in.
|
get |
Whether or not the file is hidden.
|
get |
Whether or not the file is hidden for the file's owner.
|
get |
The file id.
This is distinct from the CanvasFile.Uuid
|
get |
When the file is set to lock.
|
get |
Whether or not the file is locked.
|
get |
Whether or not the file is locked for the file's owner.
|
get |
If the file is locked, the reason it is locked.
|
get |
If the file is locked, a LockInfo object.
|
get |
An opaque ID used by third-party systems.
|
get |
A simplified ContentType.
|
get |
When the file was last modified.
|
get |
If the file was submitted through a submission endpoint, a URL to the document preview.
|
get |
The file's size in bytes.
|
get |
A URL to a thumbnail of the file.
|
get |
When the file is set to unlock.
|
get |
When the file was last updated.
|
get |
The URL to the file. The file can be downloaded from this URL.
|
get |
The file's UUID.
This is distinct from the CanvasFile.Id