File
| Namespace | Axiom.Module.Files.Common |
|---|---|
| Properties | 24 |
Properties
| Name | Type | Nullable | Read Only |
|---|---|---|---|
FileId |
int |
No | No |
ParentFileId |
int? |
Yes | No |
FileSystemId |
int |
No | No |
IsFolder |
bool |
No | No |
FilePath |
string |
No | No |
Name |
string |
No | No |
FileTypeId |
int? |
Yes | No |
ContentType |
string |
No | No |
CreatedOn |
DateTime |
No | No |
CreatedBy |
int |
No | No |
IsPublic |
bool |
No | No |
UpdatedOn |
DateTime? |
Yes | No |
UpdatedBy |
int? |
Yes | No |
Active |
bool |
No | No |
CheckedOutBy |
int? |
Yes | No |
SeedId |
int |
No | No |
FileData |
string |
No | No |
FileBytes |
byte[] |
No | No |
Version |
int |
No | No |
Extension |
string |
No | No |
FileAssociations |
List |
No | No |
IsSecure |
bool |
No | No |
PublicKey |
string |
No | No |
File |
class |
No | No |