Changes the field to be the passed value.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void ChangeFieldValueWithoutValidation(
	string newValue
)
Visual Basic
Sub ChangeFieldValueWithoutValidation ( _
	newValue As String _
)
Visual C++
void ChangeFieldValueWithoutValidation(
	String^ newValue
)

Parameters

newValue
Type: System..::..String
String value written to the field

Return Value

Void

See Also