GetCopyObjectConfiguration
Description
Returns an CopyObjectConfiguration object that contains details about the serialised object.
Syntax
Function GetCopyObjectConfiguration(Json As String) As CopyObjectConfiguration
Parameters
Name |
Data Type |
Description |
Json |
String |
Json data representing the Object to process |
Return
Returns a CopyObjectConfiguration object.
Example
'create Pentagon DOCS Script Library object
Set scriptLib = GetExtensionObject("PentagonDOCS.Core.ScriptLibrary")
set copyObjConf = scriptLib.GetCopyObjectConfiguration("jsonString")
See Also
CopyObjectConfiguration object