CheckInEx Method
Description
Checks in an object.
Syntax
Visual Basic
Public Sub CheckInEx( _
   ByVal Ignored As String, _
   ByVal Comments As String, _
   Optional ByVal Ignored1 As Boolean = True, _
   Optional ByVal Ignored2 As Boolean = True, _
   Optional ByVal ForceCheckin As Boolean = False, _
   Optional ByVal Ignored3 As ULong = 0 _
) 
Parameters
Ignored
No use is made of this argument. Preserved for backward compatibility.
Comments
The comment text to attach to the record.
Ignored1
No use is made of this argument. Preserved for backward compatibility.
Ignored2
No use is made of this argument. Preserved for backward compatibility.
ForceCheckin
If True, ignores conflict. Otherwise, checks for conflict.
Ignored3
No use is made of this argument. Preserved for backward compatibility.
Remarks
This method can also be used in case of a conflict caused by a change in the StepParams value.
See Also