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




A list of all of the versions that will be editable by the editor. If the editable layers are non-versioned, then this property is ignored.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("A list of all of the versions that will be editable by the editor. If the editable layers are non-versioned, then this property is ignored.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<NotifyParentPropertyAttribute(True)>
<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.VersionIDsEditor, 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 VersionIDs As StringList
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As StringList
 
instance.VersionIDs = value
 
value = instance.VersionIDs
C# 
[ResDescriptionAttribute("A list of all of the versions that will be editable by the editor. If the editable layers are non-versioned, then this property is ignored.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[NotifyParentPropertyAttribute(true)]
[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.VersionIDsEditor, 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 VersionIDs {get; set;}

See Also

© 2010 All Rights Reserved.