IWebSiteGetSiteRootFolders Method |
Returns a collection of all of the folders from which content will be served.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<string> GetSiteRootFolders()
Function GetSiteRootFolders As List(Of String)
List<String^>^ GetSiteRootFolders()
abstract GetSiteRootFolders : unit -> List<string>
Return Value
Type:
ListStringSee Also