summaryM:DotNetNuke.Data.DataProvider.UpdateLogTypeConfigInfo(System.String,System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
Namespace: DotNetNuke.DataAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual void UpdateLogTypeConfigInfo( string id, 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 UpdateLogTypeConfigInfo ( id As String, 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
- id
- Type: System..::..String
paramidM:DotNetNuke.Data.DataProvider.UpdateLogTypeConfigInfo(System.String,System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)
- loggingIsActive
- Type: System..::..Boolean
paramloggingIsActiveM:DotNetNuke.Data.DataProvider.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,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.UpdateLogTypeConfigInfo(System.String,System.Boolean,System.String,System.String,System.Int32,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.String)