ESRI.ArcGIS.ADF
LoadType Enumeration
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace : LoadType Enumeration




The class supports the .NET ADF infrastructure and is not intended to be used directly from your code.

Syntax

Visual Basic (Declaration) 
<ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")>
Public Enum LoadType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LoadType
C# 
[ObsoleteAttribute("The assembly containing this class is obsolete.  Reference the ESRI.ArcGIS.ADF.Core assembly instead.")]
public enum LoadType : Enum 

Members

MemberDescription
FromString Load the XML Document from a string resource
FromLocalFile Load the Xml Document from a file resource
FromUrl Load the Xml Document from a Url Resource

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.LoadType

See Also

© 2010 All Rights Reserved.