ESRI.ArcGIS.ADF.ArcGISServer
esriDEExpandType Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriDEExpandType Enumeration




Data Elements expansion types.

Syntax

Visual Basic (Declaration) 
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<SerializableAttribute()>
Public Enum esriDEExpandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriDEExpandType
C# 
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[SerializableAttribute()]
public enum esriDEExpandType : Enum 

Members

MemberDescription
esriDEExpandNoneExpand nothing.
esriDEExpandChildrenExpand the data element to load its immediate children.
esriDEExpandDescendantsExpand the data element to load all its descendants.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriDEExpandType

See Also

© 2010 All Rights Reserved.