Click or drag to resize
IWebSiteAddSiteRoot Method
Adds a folder from which files can be served by the site.

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

Parameters

siteRoot
Type: VirtualRadar.Interface.WebSiteSiteRoot
See Also