ObjVerExEndRequireCheckedOut Method |
Checks in the object if it was previously checked out by StartRequireCheckedOut().
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void EndRequireCheckedOut(
bool start,
int user = -1
)
Public Sub EndRequireCheckedOut (
start As Boolean,
Optional user As Integer = -1
)
public:
void EndRequireCheckedOut(
bool start,
int user = -1
)
Parameters
- start
- Type: SystemBoolean
The value obtained from StartRequireCheckedOut(). If true, the object will be checked in. - user (Optional)
- Type: SystemInt32
The modified by user to be set when checking in the object.
See Also