Click or drag to resize
ConnectionSynchronizePropertiesFromFile Method
Performs a titleblock update in which the properties of the document are updated with the titleblock information of the document itself.

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntax
public void SynchronizePropertiesFromFile(
	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