Class LanguageBranchDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
Inherited Members
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[ServiceConfiguration]
public class LanguageBranchDB
Constructors
LanguageBranchDB(ServiceAccessor<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 LanguageBranchDB(ServiceAccessor<IDatabaseExecutor> databaseHandler)
Parameters
Type | Name | Description |
---|---|---|
ServiceAccessor<IDatabaseExecutor> | databaseHandler |
Methods
Delete(Int32)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Deletes the specified language. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void Delete(int id)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | The id of the language. |
List()
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 virtual IEnumerable<LanguageBranch> List()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<LanguageBranch> |
Save(LanguageBranch)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Saves the specified language branch.
Declaration
public virtual int Save(LanguageBranch languageBranch)
Parameters
Type | Name | Description |
---|---|---|
LanguageBranch | languageBranch | The language branch. |
Returns
Type | Description |
---|---|
System.Int32 |