Class PageInfoViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Represents a page.
public class PageInfoViewModel : ViewModelBase
- Inheritance
-
PageInfoViewModel
- Inherited Members
Constructors
PageInfoViewModel()
public PageInfoViewModel()
- See Also
Properties
AreaID
public int AreaID { get; set; }
Property Value
- See Also
CreatedDate
public DateTime CreatedDate { get; set; }
Property Value
- See Also
Description
public string Description { get; set; }
Property Value
- See Also
ID
public int ID { get; set; }
Property Value
- See Also
Item
public ItemViewModel Item { get; set; }
Property Value
- See Also
Keywords
public string Keywords { get; set; }
Property Value
- See Also
Languages
public IList<PageLanguageViewModel> Languages { get; set; }
Property Value
- See Also
Name
public string Name { get; set; }
Property Value
- See Also
Path
public IList<PageReferenceViewModel> Path { get; set; }
Property Value
- See Also
PropertyItem
public ItemViewModel PropertyItem { get; set; }
Property Value
- See Also
Title
public string Title { get; set; }
Property Value
- See Also
UpdatedDate
public DateTime UpdatedDate { get; set; }
Property Value
- See Also