Class FileUpdateVM
Inheritance
System.Object
FileUpdateVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class FileUpdateVM : CloudBaseVM
Properties
Icon
Declaration
public byte[] Icon { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
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 |
|
Declaration
public System.Collections.Generic.ICollection<string> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|