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.9.0 (4.0.9.0)
Syntaxpublic void SynchronizePropertiesFromFile(
string vaultidentifier,
string docid
)
Public Sub SynchronizePropertiesFromFile (
vaultidentifier As String,
docid As String
)
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Remarks
See Also