Class PageLanguageSettingDB
Database class for accessing page language settings
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class PageLanguageSettingDB : DataAccessBase
Constructors
PageLanguageSettingDB(IDatabaseExecutor)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public PageLanguageSettingDB(IDatabaseExecutor databaseHandler)
Parameters
Type | Name | Description |
---|---|---|
IDatabaseExecutor | 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 |