Figure out if it is allowed to purge deleted folio items to given folio module

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

Syntax

C#
bool AllowLocalPurge(
	IFolioModule folioModule
)
Visual Basic
Function AllowLocalPurge ( _
	folioModule As IFolioModule _
) As Boolean
Visual C++
bool AllowLocalPurge(
	IFolioModule^ folioModule
)

Parameters

folioModule
Type: Cartella.Interfaces..::..IFolioModule
Folio module that deleted items are related to to be purged

Field Value

Boolean

Return Value

True if allow local purging

See Also