CheckIn
Description
Check's in the supplied object's to the vault.
Syntax
Sub CheckIn(Vault As Vault, ObjVer As ObjVer)
Parameters
| Name | Data Type | Description | 
| Vault | Vault that contains the | |
| ObjVer | ObjVer of the Object to check in. | 
Return
Nothing
Example
'create Pentagon DOCS Script Library object
Set scriptLib = GetExtensionObject("ExDOCS.Core.ScriptLibrary")
'Checkin object to vault
scriptLib.Checkin(Vault, ObjVer)