Description

Gets the previous property values from the supplied Object.

Syntax

Function GetHistoricPropertyValuesAsStrings(Vault As Vault, LatestObjVer As ObjVer, Property As Object) As Object()

Parameters

Name

Data Type

Description

Vault

Vault

Vault containing the Object

LatestObjVer

ObjVer

Object containing property

Property

String / Integer

Property ID or Alias

Return

Returns an Array of property values. 

Example

'create Pentagon DOCS Script Library object

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


'get previous Workflow State ID

Dim propValues : propValues = scriptLib.GetHistoricPropertyValueAsStrings(Vault, ObjVer,"ExDOCS.Property.Project")