Interface ILogTypeConfigInfo
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogTypeConfigInfo : ILogTypeInfo
Properties
EmailNotificationIsActive
Declaration
bool EmailNotificationIsActive { get; set; }
Property Value
Id
Declaration
Property Value
KeepMostRecent
Declaration
string KeepMostRecent { get; set; }
Property Value
LogFileName
Declaration
string LogFileName { get; set; }
Property Value
LogFileNameWithPath
Declaration
string LogFileNameWithPath { get; set; }
Property Value
LogTypePortalId
Declaration
string LogTypePortalId { get; set; }
Property Value
LoggingIsActive
Declaration
bool LoggingIsActive { get; set; }
Property Value
MailFromAddress
Declaration
string MailFromAddress { get; set; }
Property Value
MailToAddress
Declaration
string MailToAddress { get; set; }
Property Value
NotificationThreshold
Declaration
int NotificationThreshold { get; set; }
Property Value
NotificationThresholdTime
Declaration
int NotificationThresholdTime { get; set; }
Property Value
NotificationThresholdTimeType
Declaration
NotificationThresholdTimeType NotificationThresholdTimeType { get; set; }
Property Value
StartDateTime
Declaration
DateTime StartDateTime { get; }
Property Value
Extension Methods