Class UpdateContentInternalVM
Inheritance
System.Object
UpdateContentInternalVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateContentInternalVM : CloudBaseVM
Properties
EditorId
Declaration
public string EditorId { get; set; }
Property Value
Type |
Description |
System.String |
|
FileContent
Declaration
public byte[] FileContent { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Thumbnail
Declaration
public byte[] Thumbnail { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|