Class FileVM
Inheritance
System.Object
FileVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class FileVM : CloudBaseVM
Properties
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
EditedTime
Declaration
public System.DateTime EditedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EditorUserId
Declaration
public string EditorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public byte[] Icon { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentId
Declaration
public string ParentId { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public long Size { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
public FileStatus Status { get; set; }
Property Value
StatusReason
Declaration
public FileStatusReason StatusReason { get; set; }
Property Value
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public System.Collections.Generic.ICollection<string> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
Type
Declaration
public FileType Type { get; set; }
Property Value