Class PageLanguageSettingDB
Database class for accessing page language settings This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inherited Members
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0Syntax
[ServiceConfiguration]
public class PageLanguageSettingDB : DataAccessBase
Constructors
PageLanguageSettingDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageLanguageSettingDB(IDatabaseHandler databaseHandler)
Parameters
| Type | Name | Description |
|---|---|---|
| IDatabaseHandler | databaseHandler |
Methods
Delete(Int32, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public void Delete(int pageID, string languageBranch)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | pageID | |
| System.String | languageBranch |
ListTree()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet ListTree()
Returns
| Type | Description |
|---|---|
| System.Data.DataSet |
Load(Int32)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public DataSet Load(int pageID)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | pageID |
Returns
| Type | Description |
|---|---|
| System.Data.DataSet |
Save(Int32, String, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public void Save(int pageID, string languageBranch, string replacementBranch, string languageBranchFallback)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | pageID | |
| System.String | languageBranch | |
| System.String | replacementBranch | |
| System.String | languageBranchFallback |
Save(Int32, String, String, String, Boolean)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public void Save(int pageID, string languageBranch, string replacementBranch, string languageBranchFallback, bool active)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | pageID | |
| System.String | languageBranch | |
| System.String | replacementBranch | |
| System.String | languageBranchFallback | |
| System.Boolean | active |