ObjVerExEndRequireCheckedOut Method
Checks in the object if it was previously checked out by StartRequireCheckedOut().
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.