Class AreaLanguageViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
AreaLanguageViewModel represents the rendering context used when an area language is rendered.
public class AreaLanguageViewModel : ViewModelBase
- Inheritance
-
AreaLanguageViewModel
- Inherited Members
Constructors
AreaLanguageViewModel()
public AreaLanguageViewModel()
- See Also
Properties
Culture
Gets or sets the culture.
public string Culture { get; set; }
Property Value
- string
- The culture.
- See Also
FirstActivePage
Gets the first active page.
[Obsolete("Use FirstPage instead.")]
public PageReferenceViewModel FirstActivePage { get; }
Property Value
- PageReferenceViewModel
- The first active page.
- See Also
FirstPage
Gets the first page.
public PageReferenceViewModel FirstPage { get; }
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
PrimaryDomain
Gets or sets the primary domain.
public string PrimaryDomain { get; set; }
Property Value
- string
- The primary domain.
- See Also