Class CategoryDB
Inheritance
System.Object
CategoryDB
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class CategoryDB : DataAccessBase
Constructors
CategoryDB(IDatabaseExecutor)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public CategoryDB(IDatabaseExecutor databaseHandler)
Parameters
Methods
Delete(Category)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual IList<ContentReference> Delete(Category category)
Parameters
Returns
GetRoot()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual Category GetRoot()
Returns
Load(Int32, Int32, String, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual CategoryList Load(int contentID, int versionID, string scopeName, string languageBranch)
Parameters
Type |
Name |
Description |
System.Int32 |
contentID |
|
System.Int32 |
versionID |
|
System.String |
scopeName |
|
System.String |
languageBranch |
|
Returns
Save(Category)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void Save(Category category)
Parameters
Save(Int32, Int32, CategoryList)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void Save(int pageID, int pageWorkID, CategoryList category)
Parameters
Type |
Name |
Description |
System.Int32 |
pageID |
|
System.Int32 |
pageWorkID |
|
CategoryList |
category |
|
Save(Int32, Int32, CategoryList, String)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public virtual void Save(int pageID, int pageWorkID, CategoryList category, string languageBranch)
Parameters
Type |
Name |
Description |
System.Int32 |
pageID |
|
System.Int32 |
pageWorkID |
|
CategoryList |
category |
|
System.String |
languageBranch |
|
Extension Methods