ArcFM Solution Developer Guide
PostVersion Method (MMVersioningUtilsClass)


Syntax
'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
)

Parameters

Workspace
SourceVer
TargetVer
DeleteNonPostable
AllowConflicts
PostProperties
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMVersioningUtilsClass Class
MMVersioningUtilsClass Members

 

 


Send Comment