Try our conversational search powered by Generative AI!

Class PersonalActivityDB

Summary description for PersonalActivityDB. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
PersonalActivityDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class PersonalActivityDB : DataAccessBase

Constructors

PersonalActivityDB(IDatabaseHandler, ILanguageBranchRepository)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PersonalActivityDB(IDatabaseHandler databaseHandler, ILanguageBranchRepository languageBranchRepository)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

The database handler.

ILanguageBranchRepository languageBranchRepository

The language branch repository.

Methods

List(String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual DataSet List(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
System.Data.DataSet

ListNotReady(Int32, Int32, String, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual IList<ContentVersion> ListNotReady(int offset, int count, string userName, string language)
Parameters
Type Name Description
System.Int32 offset
System.Int32 count
System.String userName
System.String language
Returns
Type Description
System.Collections.Generic.IList<ContentVersion>

ListReadyToPublish(Int32, Int32, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual IList<ContentVersion> ListReadyToPublish(int offset, int count, string language)
Parameters
Type Name Description
System.Int32 offset
System.Int32 count
System.String language
Returns
Type Description
System.Collections.Generic.IList<ContentVersion>

ListRejected(Int32, Int32, String, String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual IList<ContentVersion> ListRejected(int offset, int count, string userName, string language)
Parameters
Type Name Description
System.Int32 offset
System.Int32 count
System.String userName
System.String language
Returns
Type Description
System.Collections.Generic.IList<ContentVersion>

Extension Methods