Table of Contents

Class Statistics

Namespace
Dynamicweb.Mailing
Assembly
Dynamicweb.Core.dll
public sealed class Statistics
Inheritance
Statistics
Inherited Members

Methods

GetActionCount(string)

Gets count of action with specific type

public static int GetActionCount(string type)

Parameters

type string

Action type

Returns

int

Integer value

GetActionCount(string, int)

Gets count of action with specific type

public static int GetActionCount(string type, int messageID)

Parameters

type string

Action type

messageID int

Message identifier

Returns

int

Integer value

GetActionCount(string, int, int)

Gets action count value

public static int GetActionCount(string type, int messageID, int recipientID)

Parameters

type string

Type of action

messageID int

Message identifier

recipientID int

Recipient identifier

Returns

int

Integer value of count

LogAction(string, string)

Logs action information

public static void LogAction(string sessionId, string type)

Parameters

sessionId string

Id of session

type string

Action type

LogAction(string, string, int)

Logs action information

public static void LogAction(string sessionId, string type, int messageID)

Parameters

sessionId string

Id of session

type string

Action type

messageID int

Message identifier

LogAction(string, string, int, int)

Logs action information

public static void LogAction(string sessionId, string type, int messageID, int recipientID)

Parameters

sessionId string

Id of session

type string

Type of action

messageID int

Message identifier

recipientID int

Recipient identifier

To top