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

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

Syntax

C#
public virtual void UpdateAuthentication(
	int authenticationID,
	int packageID,
	string authenticationType,
	bool isEnabled,
	string settingsControlSrc,
	string loginControlSrc,
	string logoffControlSrc,
	int LastModifiedByUserID
)
Visual Basic
Public Overridable Sub UpdateAuthentication ( 
	authenticationID As Integer,
	packageID As Integer,
	authenticationType As String,
	isEnabled As Boolean,
	settingsControlSrc As String,
	loginControlSrc As String,
	logoffControlSrc As String,
	LastModifiedByUserID As Integer
)

Parameters

authenticationID
Type: System..::..Int32
paramauthenticationIDM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
packageID
Type: System..::..Int32
parampackageIDM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
authenticationType
Type: System..::..String
paramauthenticationTypeM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
isEnabled
Type: System..::..Boolean
paramisEnabledM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
settingsControlSrc
Type: System..::..String
paramsettingsControlSrcM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
loginControlSrc
Type: System..::..String
paramloginControlSrcM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
logoffControlSrc
Type: System..::..String
paramlogoffControlSrcM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)
LastModifiedByUserID
Type: System..::..Int32
paramLastModifiedByUserIDM:DotNetNuke.Data.DataProvider.UpdateAuthentication(System.Int32,System.Int32,System.String,System.Boolean,System.String,System.String,System.String,System.Int32)

See Also