Interface ILogTypeConfigInfo
Log type configuration info.
Inherited Members
Namespace: DotNetNuke.Abstractions.Logging
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface ILogTypeConfigInfo : ILogTypeInfo
Properties
| Improve this Doc View SourceEmailNotificationIsActive
Gets or sets a value indicating whether an email notifiaction is active.
Declaration
bool EmailNotificationIsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the Id.
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeepMostRecent
Gets or sets the keep most recent.
Declaration
string KeepMostRecent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogFileName
Gets or sets the log file name.
Declaration
string LogFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogFileNameWithPath
Gets or sets the log file name with path.
Declaration
string LogFileNameWithPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoggingIsActive
Gets or sets a value indicating whether if logging is active.
Declaration
bool LoggingIsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogTypePortalId
Gets or sets the log type portal Id.
Declaration
string LogTypePortalId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MailFromAddress
Gets or sets the email from address.
Declaration
string MailFromAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MailToAddress
Gets or sets the email to address.
Declaration
string MailToAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationThreshold
Gets or sets the notification threshold.
Declaration
int NotificationThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NotificationThresholdTime
Gets or sets the notification threshold time.
Declaration
int NotificationThresholdTime { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NotificationThresholdTimeType
Gets or sets the notification threshold time.
Declaration
NotificationThresholdTimeType NotificationThresholdTimeType { get; set; }
Property Value
Type | Description |
---|---|
NotificationThresholdTimeType |
StartDateTime
Gets the start
Declaration
DateTime StartDateTime { get; }
Property Value
Type | Description |
---|---|
DateTime |