ESRI.ArcGIS.ADF.ArcGISServer
Create(String,Identity,String,String,String) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Catalog Class > Create Method : Create(String,Identity,String,String,String) Method




dataSource
ArcGIS Server data source connection information.
identity
Identity to use when connecting to the server.
token
Authentication token.
userInfo
User info string.
xmlNamespaceSubstitute
XML namespace substitute.
Creates a new proxy for ArcGIS Server catalog requests.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal dataSource As String, _
   ByVal identity As Identity, _
   ByVal token As String, _
   ByVal userInfo As String, _
   ByVal xmlNamespaceSubstitute As String _
) As Catalog
Visual Basic (Usage)Copy Code
Dim dataSource As String
Dim identity As Identity
Dim token As String
Dim userInfo As String
Dim xmlNamespaceSubstitute As String
Dim value As Catalog
 
value = Catalog.Create(dataSource, identity, token, userInfo, xmlNamespaceSubstitute)
C# 
public static Catalog Create( 
   string dataSource,
   Identity identity,
   string token,
   string userInfo,
   string xmlNamespaceSubstitute
)

Parameters

dataSource
ArcGIS Server data source connection information.
identity
Identity to use when connecting to the server.
token
Authentication token.
userInfo
User info string.
xmlNamespaceSubstitute
XML namespace substitute.

Return Value

New Catalog proxy.

See Also

© 2010 All Rights Reserved.