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.")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.VersionIDsEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.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.")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.StringListConverter, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.VersionIDsEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public StringList VersionIDs {get; set;} |
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