Class LogTypeConfigInfo
Log type info.
Inherited Members
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public class LogTypeConfigInfo : LogTypeInfo, ILogTypeConfigInfo, ILogTypeInfo
Properties
| Improve this Doc View SourceEmailNotificationIsActive
Log type info.
Declaration
public bool EmailNotificationIsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Log type info.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeepMostRecent
Log type info.
Declaration
public string KeepMostRecent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogFileName
Log type info.
Declaration
public string LogFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogFileNameWithPath
Log type info.
Declaration
public string LogFileNameWithPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoggingIsActive
Log type info.
Declaration
public bool LoggingIsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogTypePortalID
Log type info.
Declaration
public string LogTypePortalID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MailFromAddress
Log type info.
Declaration
public string MailFromAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MailToAddress
Log type info.
Declaration
public string MailToAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationThreshold
Log type info.
Declaration
public int NotificationThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NotificationThresholdTime
Log type info.
Declaration
public int NotificationThresholdTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NotificationThresholdTimeType
Log type info.
Declaration
public LogTypeConfigInfo.NotificationThresholdTimeTypes NotificationThresholdTimeType { get; set; }
Property Value
Type | Description |
---|---|
LogTypeConfigInfo.NotificationThresholdTimeTypes |
StartDateTime
Log type info.
Declaration
public DateTime StartDateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
Explicit Interface Implementations
| Improve this Doc View SourceILogTypeConfigInfo.NotificationThresholdTimeType
Gets or sets the notification threshold time.
Declaration
NotificationThresholdTimeType ILogTypeConfigInfo.NotificationThresholdTimeType { get; set; }
Returns
Type | Description |
---|---|
NotificationThresholdTimeType |