Click or drag to resize

ConnectionSynchronizePropertiesToFile Method

Performs a titleblock update where the titleblock of the document is updated with the property information of the document stored in the vault.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void SynchronizePropertiesToFile(
	string vaultidentifier,
	string docid
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
Remarks