5.4 File System Resources
5.4.1 ThruPublicFolderInfo Structure
ThruPublicFolderInfo structure contains information about folder in Thru file system.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
FolderID | Integer | 0QN8H2VKTGIWE | Unique identification number for the folder in Thru file system |
ParentFolderID | Integer | 11ETULS0966VI | Unique identification number of the parent folder for the file in Thru file system. |
Name | String | Admin | Name of the folder |
Path | String | FOLDERS/HOME/Admin | Path to the folder in folder tree |
Description | String | Description of the folder | |
Tags | Collection | Collection of keywords associated with the current folder | |
Size | Long | 2450294218 | Size of the folder |
EffectivePermission | Integer | 254 | Permissions that describe the rights of |
DateCreated | DateTime | /Date(1337174868623)/ | Date and time when file has been created in Thru file system (UTC) |
DateModified | DateTime | /Date(1337174868623)/ | Date and time when file last has been updated (UTC) |
CreatedByUserID | Integer | 1Q1OBQWVHTROE | Unique identification number of the user that has added file to Thru file system |
ModifiedByUserID | Integer | 1Q1OBQWVHTROE | Unique identification number of the user that last accessed the file |
InFavorite | Boolean | false | Indicates is folder marked as favorite |
FolderType | Integer | 0 | 0 – a regular folder |
|
|
|
|
5.4.2 ThruPublicFileInfo Structure
ThruPublicFileInfo structure contains information about file in Thru file system.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
FileID | Integer | 2OMFYXLA6BP9D | Unique identification number for the file in Thru file system |
ParentFolderID | Integer | 1UTXM50KW0ISP | Unique identification number of the parent folder for the file in Thru file system |
Name | String | 2.html | Name of the file |
Description | String | Description of the file | |
Path | FOLDERS/HOME/Admin/My Documents/2.html | Path to the file in folder tree | |
Tags | Collection | Collection of keywords associated with the current folder | |
Size | Long | 198 | Size of the file |
EffectivePermission | Integer | 254 | Permissions that describe the rights of the current authenticated user over the file. |
DateCreated | DateTime | /Date(1346072694480)/ | Date and time when file has been created in Thru file system (UTC) |
DateModified | DateTime | /Date(1346072694480)/ | Date and time when file last has been updated (UTC) |
CreatedByUserID | Integer | 1Q1OBQWVHTROE | Unique identification number of the user that has added file to Thru file system |
ModifiedByUserID | Integer | 1Q1OBQWVHTROE | Unique identification number of the user that last accessed the file |
IsQuarantined | Boolean | false | Indicates is file has been quarantined |
InFavorite | Boolean | false | Indicates is file marked as favorite |
IsPartiallyUploaded | Boolean | false | Indicates if the file is partially uploaded |
|
|
|
|
5.4.3 ThruPublicContentResult Structure
ThruPublicContentResult structure contains information about the content of the Thru folder.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
Files | Collection< | Collection of file information structures | |
Folders | Collection< ThruPublicFolderInfo > | Collection of folder information structures |
|
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
|
|
|