ObjVerExCheckIn Method

Checks in the object.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void CheckIn(
	string comments = "",
	int user = -1
)

Parameters

comments  String  (Optional)
Optional comments to set at checkin.
user  Int32  (Optional)
The user to make the object appear to be modified by.

See Also