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.
- These properties are ignored if the repository Use batch synchronization option is enabled as described in Configuring the application options.
- These properties override the default synchronization options that are described in Configuring synchronization options. For example VBScript code to manipulate these properties, see Configuring synchronization options.
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 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 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 |
Modified |
Boolean |
Set to False when the document has been synchronized successfully. Note
|
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. |