ESRI.ArcGIS.ADF.Tasks
GetDefaultTag Method
See Also 
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.

See Also

© 2010 All Rights Reserved.