Performs a titleblock update where the titleblock of the document is updated with the property information
of the document stored in the vault.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
public void SynchronizePropertiesToFile(
string vaultidentifier,
string docid
)
public void SynchronizePropertiesToFile(
string vaultidentifier,
string docid
)
Public Sub SynchronizePropertiesToFile ( _
vaultidentifier As String, _
docid As String _
)
Public Sub SynchronizePropertiesToFile ( _
vaultidentifier As String, _
docid As String _
)
public:
void SynchronizePropertiesToFile(
String^ vaultidentifier,
String^ docid
)
public:
void SynchronizePropertiesToFile(
String^ vaultidentifier,
String^ docid
)
Parameters
- vaultidentifier
- Type:
System String
The vault in which the document resides.
- docid
- Type:
System String
The unique identifier of the document inside the vault.