Click or drag to resize
IWebSiteIsSiteRootActive Method
Returns true if the site root is currently being used to serve files.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsSiteRootActive(
	SiteRoot siteRoot,
	bool folderMustMatch
)

Parameters

siteRoot
Type: VirtualRadar.Interface.WebSiteSiteRoot
folderMustMatch
Type: SystemBoolean

Return Value

Type: Boolean
See Also