Performs a titleblock update in which the properties of the document are updated with the titleblock
information of the document itself.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
public void SynchronizePropertiesFromFile(
string vaultidentifier,
string docid
)
public void SynchronizePropertiesFromFile(
string vaultidentifier,
string docid
)
Public Sub SynchronizePropertiesFromFile ( _
vaultidentifier As String, _
docid As String _
)
Public Sub SynchronizePropertiesFromFile ( _
vaultidentifier As String, _
docid As String _
)
public:
void SynchronizePropertiesFromFile(
String^ vaultidentifier,
String^ docid
)
public:
void SynchronizePropertiesFromFile(
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.