ESRI.ArcGIS.ADF.Web.UI.WebControls
ToResourceItemTag Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceDiscoveryUtility Class : ToResourceItemTag Method




resourceItem
The resource item to generate the tag for.
tagPrefix
The prefix to use for the tag.
The tag for the resource item for use in Manager

Syntax

Visual Basic (Declaration) 
Public Shared Function ToResourceItemTag( _
   ByVal resourceItem As GISResourceItem, _
   ByVal tagPrefix As String _
) As String
Visual Basic (Usage)Copy Code
Dim resourceItem As GISResourceItem
Dim tagPrefix As String
Dim value As String
 
value = DataSourceDiscoveryUtility.ToResourceItemTag(resourceItem, tagPrefix)
C# 
public static string ToResourceItemTag( 
   GISResourceItem resourceItem,
   string tagPrefix
)

Parameters

resourceItem
The resource item to generate the tag for.
tagPrefix
The prefix to use for the tag.

Return Value

A string with the tag.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.