ESRI.ArcGIS.ADF.Tasks
GetDefaultTag Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : GetDefaultTag Method




AdditionalControls
Additional controls that are present on the web page provided by Manager and the template.
Returns the default markup for this task when the Manager application is used but the user does not choose to alter the default configuration.

Syntax

Visual Basic (Declaration) 
Public Function GetDefaultTag( _
   ByVal AdditionalControls As ControlCollection _
) As String
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim AdditionalControls As ControlCollection
Dim value As String
 
value = instance.GetDefaultTag(AdditionalControls)
C# 
public string GetDefaultTag( 
   ControlCollection AdditionalControls
)

Parameters

AdditionalControls
Additional controls that are present on the web page provided by Manager and the template.

Return Value

Default markup for the task when used by Manager.

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.