ISiteMapRemoveSite Method Ingeniux CMS Content Store API

Removes a site branding from a collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool RemoveSite(
	ISiteBranding site
)

Parameters

site
Type: Ingeniux.CMSISiteBranding
Site branding to remove. Only the value of the name property counts.

Return Value

Type: Boolean
True if site name exists in collection and removal is successful. Returns false if the name doesn't exist.
See Also

Reference