BlueCielo Meridian Enterprise Server 2018 Administrator's Guide

Appendix C: The ExplorerSynchronization property set

The properties in the ExplorerSynchronization property set and their valid values are described in the following table. These properties can be set either manually by Meridian Enterprise users on a custom property page or automatically by customized VBScript event procedures when certain workflow transitions or other events occur.

Note    
ExplorerSynchronization properties
Property Data Type Value

ContentOption

Integer

The location from which Meridian Explorer will retrieve this document’s content. This property is also set by the Copy content to Explorer repository option of the repository's synchronization options.

0 = Copy document content to the repository
1 = Use the Meridian Enterprise stream files
2 = Copy only rendition content to the repository
4 = Use the Meridian Enterprise rendition stream files

Note    hen this option is set to 1, the document content files are not backed up with the repository database and must be backed up separately, such as with the Meridian Enterprise backup files.

DeleteOption

Integer

What should be done with the repository document when this document is deleted from the source vault. This property is also set by the Allow automatic deletion option of the repository's synchronization options.

0 = Delete the repository document when the vault document is deleted
1 = Keep the repository document

Note    his value is copied to the repository upon synchronization and used by the PrepareDeletions argument.

RevisionOption

Integer

Specifies how the document will be synchronized in the repository. This property is also set by the Keep revision history and Publish draft revision options of the repository's synchronization options.

0 = All released revisions
1 = Only the latest released revision
2 = None
3 = All revisions including unreleased revisions
4 = All current revisions (latest released revision and unreleased revisions)

Modified

Boolean

Set to False when the document has been synchronized successfully.

Note    
  • Typically, this value should be set to True on the DocWorkflowEvent_AfterChangeWFState event.
  • Beginning with Meridian Explorer 2013, this property is no longer used to filter the documents that are synchronized. Because synchronization to multiple destination repositories is supported, a single property is not enough to control what has been synchronized. For backward compatibility, you can add this property to the item filter (dynamic collection) used by the synchronization job.

Failed

Boolean

Set to True when the document fails to synchronize.

Note    his property can be used to find documents in the source vault that failed to synchronize.

LastSynchronized

Date/Time

Time stamp set when the document is successfully synchronized.

DocumentGroupID

String

For future use.