| CreateFolder |
Creates a folder below the specified Box folder. (inherited from TTMSFNCCustomCloudBox) |
| CreateFolderPromise |
Creates a folder asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| Delete |
Deletes a Box item. (inherited from TTMSFNCCustomCloudBox) |
| Download |
Downloads a Box item to a local target file. (inherited from TTMSFNCCustomCloudBox) |
| GetAccountInfo |
Requests account information for the connected Box account. (inherited from TTMSFNCCustomCloudBox) |
| GetAccountInfoPromise |
Requests account information asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| GetDriveInfo |
Requests drive quota and usage information for the connected Box account. (inherited from TTMSFNCCustomCloudBox) |
| GetFileByID |
Returns a Box item by item identifier. (inherited from TTMSFNCCustomCloudBox) |
| GetFileInfo |
Requests metadata for a Box file by name or path. (inherited from TTMSFNCCustomCloudBox) |
| GetFileInfoPromise |
Requests file metadata asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderInfo |
Requests metadata for a Box folder. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderInfoPromise |
Requests folder metadata asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderList |
Returns the items in a Box folder. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderListHierarchical |
Returns a hierarchical Box folder listing. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderListHierarchicalPromise |
Lists a folder hierarchically and asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| GetFolderListPromise |
Lists a folder asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| GetLink |
Requests a shared link for a Box item. (inherited from TTMSFNCCustomCloudBox) |
| GetLinkPromise |
Requests a shared link for an item asynchronously and returns a promise that resolves with the link. (inherited from TTMSFNCCustomCloudBox) |
| GetShare |
Requests a share URL for a Box item. (inherited from TTMSFNCCustomCloudBox) |
| GetSharePromise |
Requests a share URL for an item asynchronously and returns a promise that resolves with the share URL. (inherited from TTMSFNCCustomCloudBox) |
| GetTestTokensResult |
Returns whether a Box token-test request succeeded. (inherited from TTMSFNCCustomCloudBox) |
| MoveFile |
Moves a Box item to another folder. (inherited from TTMSFNCCustomCloudBox) |
| MoveFileToRoot |
Moves a Box item to the root folder. (inherited from TTMSFNCCustomCloudBox) |
| RenameFile |
Renames a Box item. (inherited from TTMSFNCCustomCloudBox) |
| Search |
Searches Box items in a folder. (inherited from TTMSFNCCustomCloudBox) |
| SearchList |
Searches Box items and returns the result list. (inherited from TTMSFNCCustomCloudBox) |
| SearchListPromise |
Searches items asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| SearchPromise |
Searches items in a folder asynchronously and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudBox) |
| TestTokens |
Tests the current Box tokens and optionally reports the request result. (inherited from TTMSFNCCustomCloudBox) |
| Upload |
Uploads a local file to a Box folder. (inherited from TTMSFNCCustomCloudBox) |