ESRI.ArcGIS.ADF
GetWebsitesOnIISServer Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > IISHelper Class : GetWebsitesOnIISServer Method




server
A list of IISWebsite information objects
Gets a list of websites on an IIS Server

Syntax

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 objects

See Also

© 2010 All Rights Reserved.