Delete an existing SiteContent

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

Syntax

C#
bool Delete(
	ref ISiteContent siteContent
)
Visual Basic
Function Delete ( _
	ByRef siteContent As ISiteContent _
) As Boolean
Visual C++
bool Delete(
	ISiteContent^% siteContent
)

Parameters

siteContent
Type: Cartella.Interfaces..::..ISiteContent%
SiteContent entry to be deleted

Return Value

True if deletion is succcessful

See Also