ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditableLayers Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EditableLayers Property




A list of the layer IDs for all layers that will be editable by the editor.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("A list of the layer IDs for all layers that will be editable by the editor.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditableLayersEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Property EditableLayers As StringList
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As StringList
 
instance.EditableLayers = value
 
value = instance.EditableLayers
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("A list of the layer IDs for all layers that will be editable by the editor.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.EditableLayersEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public StringList EditableLayers {get; set;}

See Also

© 2010 All Rights Reserved.