Purge comment

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

Syntax

C#
bool PurgeComment(
	ref IComment comment
)
Visual Basic
Function PurgeComment ( _
	ByRef comment As IComment _
) As Boolean
Visual C++
bool PurgeComment(
	IComment^% comment
)

Parameters

comment
Type: Cartella.Interfaces..::..IComment%

Field Value

Boolean

Return Value

True if successful

See Also