summaryM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void AddLogTypeConfigInfo(
	bool loggingIsActive,
	string logTypeKey,
	string logTypePortalID,
	int keepMostRecent,
	bool emailNotificationIsActive,
	int threshold,
	int notificationThresholdTime,
	int notificationThresholdTimeType,
	string mailFromAddress,
	string mailToAddress
)
Visual Basic
Public Overridable Sub AddLogTypeConfigInfo ( 
	loggingIsActive As Boolean,
	logTypeKey As String,
	logTypePortalID As String,
	keepMostRecent As Integer,
	emailNotificationIsActive As Boolean,
	threshold As Integer,
	notificationThresholdTime As Integer,
	notificationThresholdTimeType As Integer,
	mailFromAddress As String,
	mailToAddress As String
)

Parameters

loggingIsActive
Type: System..::..Boolean
paramloggingIsActiveM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
logTypeKey
Type: System..::..String
paramlogTypeKeyM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
logTypePortalID
Type: System..::..String
paramlogTypePortalIDM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
keepMostRecent
Type: System..::..Int32
paramkeepMostRecentM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
emailNotificationIsActive
Type: System..::..Boolean
paramemailNotificationIsActiveM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
threshold
Type: System..::..Int32
paramthresholdM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
notificationThresholdTime
Type: System..::..Int32
paramnotificationThresholdTimeM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
notificationThresholdTimeType
Type: System..::..Int32
paramnotificationThresholdTimeTypeM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
mailFromAddress
Type: System..::..String
parammailFromAddressM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
mailToAddress
Type: System..::..String
parammailToAddressM:DotNetNuke.Data.DataProvider.AddLogTypeConfigInfo(System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)

See Also