NewStringKvP
Description
Create new StringKvP Object, this object can be used to store and retrieve string values.
Syntax
Function NewStringKvP() As StringKvPCollection
Parameters
none
Return
Returns an empty StringKvPCollection object.
Example
'create Pentagon DOCS Script Library object
Set scriptLib = GetExtensionObject("PentagonDOCS.Core.ScriptLibrary")
'get previous Workflow State ID
Dim newKVP
Set newKVP = scriptLib.NewStringKvP