ISiteMapRemoveSite Method
|
Removes a site branding from a collection.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveSite(
ISiteBranding site
)
Function RemoveSite (
site As ISiteBranding
) As Boolean
bool RemoveSite(
ISiteBranding^ site
)
abstract RemoveSite :
site : ISiteBranding -> bool Parameters
- site ISiteBranding
- Site branding to remove. Only the value of the name property counts.
Return Value
BooleanTrue if site name exists in collection and removal is successful. Returns false if the name doesn't exist.
See Also