Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FileViewModel

Inheritance
System.Object
FileViewModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.MetaClasses.ViewModels
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class FileViewModel : Object

Constructors

FileViewModel()

Declaration
public FileViewModel()

Properties

CreatedDate

Declaration
public string CreatedDate { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

Size

Declaration
public string Size { get; set; }
Property Value
Type Description
System.String

UpdatedDate

Declaration
public string UpdatedDate { get; set; }
Property Value
Type Description
System.String