BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

GetLookupList_Modified procedure

The GetLookupList_Modifiedprocedure returns the value of the AMFSObjectPropertySet._MODIFIED property for the lookup list object.

Public Function GetLookupList_Modified(dr As AMDocumentRepository, lulist As AMLookupList) As Variant
Dim llvalues As Variant
Dim propset As AMPropertySet
Dim propdefs As AMTableViewCollection
 
Set propset = dr.Environment.PropertySets.Item("AMFSObjectPropertySet")
Set propdefs = propset.PropertyDefs
 
llvalues = dr.LoadPropertyValues(lulist, propset)
 
GetLookupList_Modified = llvalues(propdefs.Index("_MODIFIED"))
End Function

Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com