CheckIn Method
Description
Checks in an object.
Syntax
Visual Basic
Public Sub CheckIn( _
   ByVal Ignored As String, _
   ByVal Comments As String, _
   Optional ByVal Ignored1 As Boolean = True, _
   Optional ByVal Ignored2 As Boolean = True _
) 
Parameters
Ignored
No use is made of this argument. Preserved for backward compatibility.
Comments
Comment on the object version.
Ignored1
No use is made of this argument. Preserved for backward compatibility.
Ignored2
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