You are here: Understanding the Meridian object model > About the ExportPackage object > The ExportPackage object methods > IsDocumentOutdatedInPackage method

IsDocumentOutdatedInPackage method

Gets a value that indicates whether modification time of the specified document is later than the time when it was exported to the package.

Syntax
IsDocumentOutdatedInPackage(DocGlobalID As String) As Boolean
Parameters

Name

Description

DocGlobalID

The GlobalID value of the document to check.

Return Value

True if the document in the export package is outdated, otherwise False.

Related concepts

About the ExportPackage object