Click or drag to resize
IWebSiteRemoveSiteRoot Method
Removes a site root that had been previously added to the site via AddSiteRoot(SiteRoot).

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RemoveSiteRoot(
	SiteRoot siteRoot
)

Parameters

siteRoot
Type: VirtualRadar.Interface.WebSiteSiteRoot
See Also