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

Syntax

C#
bool RemoveAllRulesForCustomField(
	string fullName,
	string fieldName,
	bool fromDB
)
Visual Basic
Function RemoveAllRulesForCustomField ( _
	fullName As String, _
	fieldName As String, _
	fromDB As Boolean _
) As Boolean
Visual C++
bool RemoveAllRulesForCustomField(
	String^ fullName, 
	String^ fieldName, 
	bool fromDB
)

Parameters

fullName
Type: System..::..String
fieldName
Type: System..::..String
fromDB
Type: System..::..Boolean

See Also