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

Syntax

C#
bool EditCustomColumn(
	string fieldName,
	string fieldLabel,
	bool required
)
Visual Basic
Function EditCustomColumn ( _
	fieldName As String, _
	fieldLabel As String, _
	required As Boolean _
) As Boolean
Visual C++
bool EditCustomColumn(
	String^ fieldName, 
	String^ fieldLabel, 
	bool required
)

Parameters

fieldName
Type: System..::..String
fieldLabel
Type: System..::..String
required
Type: System..::..Boolean

See Also