Miner.Interop Namespace > MMVersioningUtilsClass Class : PostVersion Method |
'Declaration
Public Overridable Function PostVersion( _ ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal SourceVer As System.String, _ ByVal TargetVer As System.String, _ ByVal DeleteNonPostable As System.Boolean, _ ByVal AllowConflicts As System.Boolean, _ Optional ByVal PostProperties As ESRI.ArcGIS.esriSystem.IPropertySet _ ) As System.Integer
'Usage
Dim instance As MMVersioningUtilsClass Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim SourceVer As System.String Dim TargetVer As System.String Dim DeleteNonPostable As System.Boolean Dim AllowConflicts As System.Boolean Dim PostProperties As ESRI.ArcGIS.esriSystem.IPropertySet Dim value As System.Integer value = instance.PostVersion(Workspace, SourceVer, TargetVer, DeleteNonPostable, AllowConflicts, PostProperties)
public virtual System.int PostVersion( ESRI.ArcGIS.Geodatabase.IWorkspace Workspace, System.string SourceVer, System.string TargetVer, System.bool DeleteNonPostable, System.bool AllowConflicts, ESRI.ArcGIS.esriSystem.IPropertySet PostProperties )
public function PostVersion( Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace; SourceVer: System.String; TargetVer: System.String; DeleteNonPostable: System.Boolean; AllowConflicts: System.Boolean; PostProperties: ESRI.ArcGIS.esriSystem.IPropertySet ): System.Integer; virtual;
public function PostVersion( Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace, SourceVer : System.String, TargetVer : System.String, DeleteNonPostable : System.boolean, AllowConflicts : System.boolean, PostProperties : ESRI.ArcGIS.esriSystem.IPropertySet ) : System.int;
public: virtual System.int PostVersion( ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace, System.string* SourceVer, System.string* TargetVer, System.bool DeleteNonPostable, System.bool AllowConflicts, ESRI.ArcGIS.esriSystem.IPropertySet* PostProperties )
public: virtual System.int PostVersion( ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace, System.String^ SourceVer, System.String^ TargetVer, System.bool DeleteNonPostable, System.bool AllowConflicts, ESRI.ArcGIS.esriSystem.IPropertySet^ PostProperties )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2