BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > SynchronizePropertiesToFile(String, String)
SynchronizePropertiesToFile Method (vaultidentifier, docid)
Performs a titleblock update where the titleblock of the document is updated with the property information of the document stored in the vault.
Declaration Syntax
C#Visual BasicVisual C++
public void SynchronizePropertiesToFile(
	string vaultidentifier,
	string docid
)
Public Sub SynchronizePropertiesToFile ( _
	vaultidentifier As String, _
	docid As String _
)
public:
void SynchronizePropertiesToFile(
	String^ vaultidentifier, 
	String^ docid
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)