Delete an object. In this case, the object is simply marked for deletion.

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

Syntax

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

Parameters

id
Type: System..::..String

Field Value

Boolean

Return Value

True if deletion is successful

See Also