Description

Sets the ObjVer that relates to the Object to return.

Syntax

Sub SetReturnObjVer(objVer As ObjVer)

Parameters

Name

Data Type

Description

ObjVer

ObjVer

ObjVer of the object to set as the return

Return

Nothing

Example

'create Pentagon DOCS Script Library object

Set scriptLib = GetExtensionObject("PentagonDOCS.Core.ScriptLibrary")


'set return ObjVer

set copyObjConf = scriptLib.GetCopyObjectConfiguration("jsonString")

copyObjConf.SetReturnObjVer(ObjVer)