IWebSiteIsSiteRootActive Method |
Returns true if the site root is currently being used to serve files.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsSiteRootActive(
SiteRoot siteRoot,
bool folderMustMatch
)
Function IsSiteRootActive (
siteRoot As SiteRoot,
folderMustMatch As Boolean
) As Boolean
bool IsSiteRootActive(
SiteRoot^ siteRoot,
bool folderMustMatch
)
abstract IsSiteRootActive :
siteRoot : SiteRoot *
folderMustMatch : bool -> bool
Parameters
- siteRoot
- Type: VirtualRadar.Interface.WebSiteSiteRoot
- folderMustMatch
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also