Class FileViewModel
Inheritance
System.Object
FileViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class FileViewModel : Object
Constructors
Declaration
Properties
Declaration
public string CreatedDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UpdatedDate { get; set; }
Property Value
Type |
Description |
System.String |
|