Show / Hide Table of Contents

Class LogTypeConfigInfo

Inheritance
object
LogTypeInfo
LogTypeConfigInfo
Implements
ILogTypeConfigInfo
ILogTypeInfo
Inherited Members
LogTypeInfo.LogTypeCSSClass
LogTypeInfo.LogTypeDescription
LogTypeInfo.LogTypeFriendlyName
LogTypeInfo.LogTypeKey
LogTypeInfo.LogTypeOwner
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogTypeConfigInfo : LogTypeInfo, ILogTypeConfigInfo, ILogTypeInfo

Constructors

LogTypeConfigInfo()

Declaration
public LogTypeConfigInfo()

Properties

EmailNotificationIsActive

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

ID

Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogTypeConfigInfo.Id' instead. Scheduled removal in v11.0.0.")]
public string ID { get; set; }
Property Value
Type Description
string

KeepMostRecent

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

LogFileName

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

LogFileNameWithPath

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

LogTypePortalID

Declaration
[Obsolete("Deprecated in DotNetNuke 9.8.0. Use 'DotNetNuke.Abstractions.Logging.ILogTypeConfigInfo.LogTypePortalId' instead. Scheduled removal in v11.0.0.")]
public string LogTypePortalID { get; set; }
Property Value
Type Description
string

LoggingIsActive

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

MailFromAddress

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

MailToAddress

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

NotificationThreshold

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

NotificationThresholdTime

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

NotificationThresholdTimeType

Declaration
public LogTypeConfigInfo.NotificationThresholdTimeTypes NotificationThresholdTimeType { get; set; }
Property Value
Type Description
LogTypeConfigInfo.NotificationThresholdTimeTypes

StartDateTime

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

Implements

ILogTypeConfigInfo
ILogTypeInfo

Extension Methods

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