CheckOut
Description
Check out the object's from the vault.
Syntax
Function CheckOut(Vault As Vault, ObjVer As ObjVer) As ObjVer
Parameters
Name |
Data Type |
Description |
Vault |
Vault that contains the |
|
ObjVer |
ObjVer of the Object to check out. |
Return
Returns the ObjVer containing information on the object after checkout
Example
'create Pentagon DOCS Script Library object
Set scriptLib = GetExtensionObject("ExDOCS.Core.ScriptLibrary")
'Checkin object to vault
scriptLib.CheckOut(Vault, ObjVer)