ESRI.ArcGIS.ADF.Core
GetSiteIdentifierNumber Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > IISHelper Class : GetSiteIdentifierNumber Method




server
Name of the server machine, for example, MyServer
port
Port in the format ":PortNumber:", for example, ":80:"
status
The output status message
Gets the Identifier (site number) used for the website. Useful for servers with multiple websites.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSiteIdentifierNumber( _
   ByVal server As String, _
   ByVal port As String, _
   ByRef status As String _
) As String
Visual Basic (Usage)Copy Code
Dim server As String
Dim port As String
Dim status As String
Dim value As String
 
value = IISHelper.GetSiteIdentifierNumber(server, port, status)
C# 
public static string GetSiteIdentifierNumber( 
   string server,
   string port,
   out string status
)

Parameters

server
Name of the server machine, for example, MyServer
port
Port in the format ":PortNumber:", for example, ":80:"
status
The output status message

Return Value

A string identifier based on Name property in ActiveDirectory entry (Eg:- 1)

Requirements

Target 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

See Also

© 2011 All Rights Reserved.