ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
WebPageLayout Constructor(AGSServerConnection,String,String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebPageLayout Class > WebPageLayout Constructor : WebPageLayout Constructor(AGSServerConnection,String,String)




connection
Server connection.
serverObject
Name of the map server object.
pageDescription
String representation of a PageDescription object, obtained using IServerContext::SaveObject().
Constructs a WebPageLayout for a server connection and a map server object name. Applies the passed in page description.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal connection As AGSServerConnection, _
   ByVal serverObject As String, _
   ByVal pageDescription As String _
)
Visual Basic (Usage)Copy Code
Dim connection As AGSServerConnection
Dim serverObject As String
Dim pageDescription As String
 
Dim instance As WebPageLayout(connection, serverObject, pageDescription)
C# 
public WebPageLayout( 
   AGSServerConnection connection,
   string serverObject,
   string pageDescription
)

Parameters

connection
Server connection.
serverObject
Name of the map server object.
pageDescription
String representation of a PageDescription object, obtained using IServerContext::SaveObject().

See Also

© 2010 All Rights Reserved.