Show / Hide Table of Contents

Interface ILogTypeConfigInfo

Inherited Members
ILogTypeInfo.LogTypeCssClass
ILogTypeInfo.LogTypeDescription
ILogTypeInfo.LogTypeFriendlyName
ILogTypeInfo.LogTypeKey
ILogTypeInfo.LogTypeOwner
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogTypeConfigInfo : ILogTypeInfo

Properties

EmailNotificationIsActive

Declaration
bool EmailNotificationIsActive { get; set; }
Property Value
Type Description
bool

Id

Declaration
string Id { get; set; }
Property Value
Type Description
string

KeepMostRecent

Declaration
string KeepMostRecent { get; set; }
Property Value
Type Description
string

LogFileName

Declaration
string LogFileName { get; set; }
Property Value
Type Description
string

LogFileNameWithPath

Declaration
string LogFileNameWithPath { get; set; }
Property Value
Type Description
string

LogTypePortalId

Declaration
string LogTypePortalId { get; set; }
Property Value
Type Description
string

LoggingIsActive

Declaration
bool LoggingIsActive { get; set; }
Property Value
Type Description
bool

MailFromAddress

Declaration
string MailFromAddress { get; set; }
Property Value
Type Description
string

MailToAddress

Declaration
string MailToAddress { get; set; }
Property Value
Type Description
string

NotificationThreshold

Declaration
int NotificationThreshold { get; set; }
Property Value
Type Description
int

NotificationThresholdTime

Declaration
int NotificationThresholdTime { get; set; }
Property Value
Type Description
int

NotificationThresholdTimeType

Declaration
NotificationThresholdTimeType NotificationThresholdTimeType { get; set; }
Property Value
Type Description
NotificationThresholdTimeType

StartDateTime

Declaration
DateTime StartDateTime { get; }
Property Value
Type Description
DateTime

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS