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().

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool StartRequireCheckedOut()

Return Value

Boolean
True, if object was not previously checked out, but is now.

See Also