Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class LanguageBranchDB

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
LanguageBranchDB
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.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[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

Extension Methods