Class PageLanguage
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
PageLanguage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public class PageLanguage
Constructors
PageLanguage(Int32, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageLanguage(int pageID, string languageID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pageID | |
System.String | languageID |
Fields
LanguageID
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public string LanguageID
Field Value
Type | Description |
---|---|
System.String |
PageID
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public int PageID
Field Value
Type | Description |
---|---|
System.Int32 |