Purge the given item that is makred as deleted from the database

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

Syntax

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

Parameters

id
Type: System..::..String

Return Value

whether it succeded

Remarks

Before the purge is global scope, this method can only be executed by System Administrators. Purge can also be perform per item, or by FolioModule for FolioItems.

See Also