Table of Contents

Class PageInfoViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Represents a page.

public class PageInfoViewModel : ViewModelBase
Inheritance
PageInfoViewModel
Inherited Members

Constructors

PageInfoViewModel()

public PageInfoViewModel()

Properties

AreaID

public int AreaID { get; set; }

Property Value

int

ColorScheme

Gets or sets the color scheme.

public ColorSchemeViewModel ColorScheme { get; set; }

Property Value

ColorSchemeViewModel

The color scheme as an ColorSchemeViewModel.

CreatedDate

public DateTime CreatedDate { get; set; }

Property Value

DateTime

Description

public string Description { get; set; }

Property Value

string

ID

public int ID { get; set; }

Property Value

int

Item

public ItemViewModel Item { get; set; }

Property Value

ItemViewModel

Keywords

public string Keywords { get; set; }

Property Value

string

Languages

public IList<PageLanguageViewModel> Languages { get; set; }

Property Value

IList<PageLanguageViewModel>

Name

public string Name { get; set; }

Property Value

string

Path

public IList<PageReferenceViewModel> Path { get; set; }

Property Value

IList<PageReferenceViewModel>

PropertyItem

public ItemViewModel PropertyItem { get; set; }

Property Value

ItemViewModel

Title

public string Title { get; set; }

Property Value

string

UpdatedDate

public DateTime UpdatedDate { get; set; }

Property Value

DateTime

See Also

To top