ObjVerExStartRequireCheckedOut Method |
Checks out the object if it isn't already.
Should be paired with the EndRequireCheckedOut() call when an operation
requiring the object to be checked out is complete. The return value of this
method should be the first parameter of EndRequireCheckedOut().
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool StartRequireCheckedOut()
Public Function StartRequireCheckedOut As Boolean
public:
bool StartRequireCheckedOut()
Return Value
Type:
BooleanTrue, if object was not previously checked out, but is now.
See Also