ESRI.ArcGIS.ADF.ArcGISServer.Editor
IsConfigurationValid Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTaskWebConfigurator Class : IsConfigurationValid Method




message
Description of errors found, if any, when determining if the configurator has been properly configured.
Determines if the configurator has been properly configured and all required properties have been assigned.

Syntax

Visual Basic (Declaration) 
Public Function IsConfigurationValid( _
   ByRef message As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorTaskWebConfigurator
Dim message As String
Dim value As Boolean
 
value = instance.IsConfigurationValid(message)
C# 
public bool IsConfigurationValid( 
   out string message
)

Parameters

message
Description of errors found, if any, when determining if the configurator has been properly configured.

Return Value

False if the configurator requires additional configuration by the user, true otherwise.

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.