Class LogTypeConfigInfo
Inheritance
LogTypeConfigInfo
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
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
KeepMostRecent
Declaration
public string KeepMostRecent { get; set; }
Property Value
LogFileName
Declaration
public string LogFileName { get; set; }
Property Value
LogFileNameWithPath
Declaration
public string LogFileNameWithPath { get; set; }
Property Value
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
LoggingIsActive
Declaration
public bool LoggingIsActive { get; set; }
Property Value
MailFromAddress
Declaration
public string MailFromAddress { get; set; }
Property Value
MailToAddress
Declaration
public string MailToAddress { get; set; }
Property Value
NotificationThreshold
Declaration
public int NotificationThreshold { get; set; }
Property Value
NotificationThresholdTime
Declaration
public int NotificationThresholdTime { get; set; }
Property Value
NotificationThresholdTimeType
Declaration
public LogTypeConfigInfo.NotificationThresholdTimeTypes NotificationThresholdTimeType { get; set; }
Property Value
StartDateTime
Declaration
public DateTime StartDateTime { get; }
Property Value
Implements
Extension Methods