Delete an object

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

Syntax

C#
bool Delete(
	string id,
	bool isPermenant
)
Visual Basic
Function Delete ( _
	id As String, _
	isPermenant As Boolean _
) As Boolean
Visual C++
bool Delete(
	String^ id, 
	bool isPermenant
)

Parameters

id
Type: System..::..String
isPermenant
Type: System..::..Boolean
If true, the record represented by the object will be permenantly removed, otherwise, it will be marked as deleted.

Field Value

Boolean

Return Value

True if deletion is successful

See Also