|
|
|
BlueCielo Meridian Explorer 2013 Administrator's Guide | BlueCielo ECM Solutions |
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 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 When 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 This 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 True when the document has been modified since the last successful synchronization. Note Typically, this value should be set to True on the DocWorkflowEvent_AfterChangeWFState event. |
Failed |
Boolean |
Set to True when the document fails to synchronize. Note This 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. |
Copyright © 2000-2014 BlueCielo ECM Solutions |