ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetDataFrames(String,String) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceInternet Class > GetDataFrames Method : GetDataFrames(String,String) Method




resourceUrl
URL of the resource, e.g., http://myserver.example.com/arcgis/services/MyService/MapServer.
identity
Identity encrypted with the Identity tool.
Obtains the names of the data frames in the map resource, using the specified identity to connect to the server.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetDataFrames( _
   ByVal resourceUrl As String, _
   ByVal identity As String _
) As String()
Visual Basic (Usage)Copy Code
Dim resourceUrl As String
Dim identity As String
Dim value() As String
 
value = MapResourceInternet.GetDataFrames(resourceUrl, identity)
C# 
public static string[] GetDataFrames( 
   string resourceUrl,
   string identity
)

Parameters

resourceUrl
URL of the resource, e.g., http://myserver.example.com/arcgis/services/MyService/MapServer.
identity
Identity encrypted with the Identity tool.

Return Value

Array of names of the data frames.

See Also

© 2010 All Rights Reserved.