Permenantly purge all deleted specific type folio items under this folio module.

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

Syntax

C#
bool PurgeDeletedFolioItems(
	IEntityType folioItemType
)
Visual Basic
Function PurgeDeletedFolioItems ( _
	folioItemType As IEntityType _
) As Boolean
Visual C++
bool PurgeDeletedFolioItems(
	IEntityType^ folioItemType
)

Parameters

folioItemType
Type: Cartella.Interfaces..::..IEntityType

Field Value

Boolean

Return Value

True if successful

See Also