ESRI.ArcGIS.ADF.Web
GetTitleTemplate(DataTable,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class > GetTitleTemplate Method : GetTitleTemplate(DataTable,Boolean) Method




dataTable
Table to find formatting for.
returnFieldNames
Whether field names should be returned. If False, field indices will be used in the format string
Returns the template for formatting the title of a record in the passed-in table

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetTitleTemplate( _
   ByVal dataTable As DataTable, _
   ByVal returnFieldNames As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim dataTable As DataTable
Dim returnFieldNames As Boolean
Dim value As String
 
value = GraphicsLayer.GetTitleTemplate(dataTable, returnFieldNames)
C# 
public static string GetTitleTemplate( 
   DataTable dataTable,
   bool returnFieldNames
)

Parameters

dataTable
Table to find formatting for.
returnFieldNames
Whether field names should be returned. If False, field indices will be used in the format string

Return Value

Format string

See Also

© 2010 All Rights Reserved.