Description

Sets the ObjVer that relates tot he Source Object.

Syntax

Sub SetSourceObjVer(objVer As ObjVer)

Parameters

Name

Data Type

Description

ObjVer

ObjVer

ObjVer of the Object to use as the source

Return

Nothing

Example

'create Pentagon DOCS Script Library object

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


'set source ObjVer

Set copyObjConf = scriptLib.GetCopyObjectConfiguration("jsonString")

copyObjConf.SetSourceObjVer(ObjVer)