Mark a comment as "Deleted"

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

Syntax

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

Parameters

comment
Type: Cartella.Interfaces..::..IComment%
Comment to remove

Field Value

Boolean

Return Value

True if successful

See Also