ESRI.ArcGIS.ADF.Web
ApplyContentsTemplate(String) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class > ApplyContentsTemplate Method : ApplyContentsTemplate(String) Method




contentsTemplate
The template to apply.
Applies the contents template to the GraphicsLayer. This template will be honored by ADF controls that display rows from the table.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ApplyContentsTemplate( _
   ByVal contentsTemplate As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim contentsTemplate As String
 
instance.ApplyContentsTemplate(contentsTemplate)
C# 
public void ApplyContentsTemplate( 
   string contentsTemplate
)

Parameters

contentsTemplate
The template to apply.

See Also

© 2010 All Rights Reserved.