[This is preliminary documentation and is subject to change.]

Updates the login parameters

Namespace:  OfficeClip.DBLayer.Oem
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdateLoginParameters(
	string header,
	string message,
	int accountId
)
Visual Basic (Declaration)
Public Sub UpdateLoginParameters ( _
	header As String, _
	message As String, _
	accountId As Integer _
)
Visual C++
public:
void UpdateLoginParameters(
	String^ header, 
	String^ message, 
	int accountId
)

Parameters

header
Type: System..::.String
message
Type: System..::.String
accountId
Type: System..::.Int32

See Also