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

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

Syntax

C#
public virtual void UpdateModuleControl(
	int moduleControlId,
	int moduleDefId,
	string controlKey,
	string controlTitle,
	string controlSrc,
	string iconFile,
	int controlType,
	int viewOrder,
	string helpUrl,
	bool supportsPartialRendering,
	bool supportsPopUps,
	int lastModifiedByUserID
)
Visual Basic
Public Overridable Sub UpdateModuleControl ( 
	moduleControlId As Integer,
	moduleDefId As Integer,
	controlKey As String,
	controlTitle As String,
	controlSrc As String,
	iconFile As String,
	controlType As Integer,
	viewOrder As Integer,
	helpUrl As String,
	supportsPartialRendering As Boolean,
	supportsPopUps As Boolean,
	lastModifiedByUserID As Integer
)

Parameters

moduleControlId
Type: System..::..Int32
parammoduleControlIdM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
moduleDefId
Type: System..::..Int32
parammoduleDefIdM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
controlKey
Type: System..::..String
paramcontrolKeyM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
controlTitle
Type: System..::..String
paramcontrolTitleM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
controlSrc
Type: System..::..String
paramcontrolSrcM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
iconFile
Type: System..::..String
paramiconFileM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
controlType
Type: System..::..Int32
paramcontrolTypeM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
viewOrder
Type: System..::..Int32
paramviewOrderM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
helpUrl
Type: System..::..String
paramhelpUrlM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
supportsPartialRendering
Type: System..::..Boolean
paramsupportsPartialRenderingM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
supportsPopUps
Type: System..::..Boolean
paramsupportsPopUpsM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)
lastModifiedByUserID
Type: System..::..Int32
paramlastModifiedByUserIDM:DotNetNuke.Data.DataProvider.UpdateModuleControl(System.Int32,System.Int32,System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Int32)

See Also