Class PageLanguageViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
PageLanguageViewModel represents the rendering context used when a page language is rendered.
public class PageLanguageViewModel : ViewModelBase
- Inheritance
-
PageLanguageViewModel
- Inherited Members
Constructors
PageLanguageViewModel()
Initializes a new instance of the PageLanguageViewModel class.
public PageLanguageViewModel()
- See Also
Properties
Culture
Gets or sets the culture.
public string Culture { get; set; }
Property Value
- string
- The culture.
- See Also
FirstActivePage
Gets or sets the first active page.
public PageReferenceViewModel FirstActivePage { get; set; }
Property Value
- PageReferenceViewModel
- The first active page.
- See Also
FirstPage
Gets or sets the first page.
public PageReferenceViewModel FirstPage { get; set; }
Property Value
- PageReferenceViewModel
- The first page.
- See Also
ID
Gets or sets the identifier.
public int ID { get; set; }
Property Value
- int
- The identifier.
- See Also
IsCurrent
Gets or sets a value indicating whether this instance is current.
public bool IsCurrent { get; set; }
Property Value
- bool
true
if this instance is current; otherwise,false
.
- See Also
IsMaster
Gets or sets a value indicating whether this instance is master.
public bool IsMaster { get; set; }
Property Value
- bool
true
if this instance is master; otherwise,false
.
- See Also
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
- The name.
- See Also
Page
Gets or sets the page.
public PageReferenceViewModel Page { get; set; }
Property Value
- PageReferenceViewModel
- The page.
- See Also
PageIsHidden
Gets or sets a value indicating whether [page is hidden].
public bool PageIsHidden { get; set; }
Property Value
- bool
true
if [page is hidden]; otherwise,false
.
- See Also
PageIsPublished
Gets or sets a value indicating whether [page is published].
public bool PageIsPublished { get; set; }
Property Value
- bool
true
if [page is published]; otherwise,false
.
- See Also
PrimaryDomain
Gets or sets the primary domain.
public string PrimaryDomain { get; set; }
Property Value
- string
- The primary domain.
- See Also