ESRI.ArcGIS.ADF.Web.DataSources
GetDefaultTitle Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > FieldInfoCollection Class : GetDefaultTitle Method




returnFieldNames
Whether to use field names for the display field.
Gets a default title for the collection. Uses the DisplayField if available, otherwise looks for a name field, or the first string type column.

Syntax

Visual Basic (Declaration) 
Public Function GetDefaultTitle( _
   ByVal returnFieldNames As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
Dim returnFieldNames As Boolean
Dim value As String
 
value = instance.GetDefaultTitle(returnFieldNames)
C# 
public string GetDefaultTitle( 
   bool returnFieldNames
)

Parameters

returnFieldNames
Whether to use field names for the display field.

Return Value

Default title for the collection.

See Also

© 2010 All Rights Reserved.