ConnectionSynchronizePropertiesFromFile Method |
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: 4.0.8.0 (4.0.8.0)
Syntaxpublic void SynchronizePropertiesFromFile(
string vaultidentifier,
string docid
)
Public Sub SynchronizePropertiesFromFile (
vaultidentifier As String,
docid As String
)
public:
void SynchronizePropertiesFromFile(
String^ vaultidentifier,
String^ docid
)
member SynchronizePropertiesFromFile :
vaultidentifier : string *
docid : string -> unit
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