ESRI.ArcGIS.ADF.Core | |
GetWebsitesOnIISServer Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF Namespace > IISHelper Class : GetWebsitesOnIISServer Method |
- server
- A list of IISWebsite information objects
Visual Basic (Declaration) | |
---|---|
Public Shared Function GetWebsitesOnIISServer( _ ByVal server As String _ ) As List(Of IIsWebsiteInfo) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim server As String Dim value As List(Of IIsWebsiteInfo) value = IISHelper.GetWebsitesOnIISServer(server) |
C# | |
---|---|
public static List<IIsWebsiteInfo> GetWebsitesOnIISServer( string server ) |
Parameters
- server
- A list of IISWebsite information objects
Return Value
list of websites on an IIS Server in the form of IIsWebsiteInfo objectsTarget Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family