Class PageLanguageSettingDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Database class for accessing page language settings
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[ServiceConfiguration]
public class PageLanguageSettingDB : DataAccessBaseConstructors
PageLanguageSettingDB(IDatabaseExecutor)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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()
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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 | 
