ObjVerExEndRequireCheckedOut Method

Checks in the object if it was previously checked out by StartRequireCheckedOut().

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void EndRequireCheckedOut(
	bool start,
	int user = -1
)

Parameters

start  Boolean
The value obtained from StartRequireCheckedOut(). If true, the object will be checked in.
user  Int32  (Optional)
The modified by user to be set when checking in the object.

See Also