This document is archived and information here might be outdated. Recommended version. |
Update the metadata inside documents.
[Visual Basic .NET] Public Sub UpdateDocumentInfo ( _ ByVal Path As String, _ ByVal pPropertySet As IPropertySet _ )
[C#] public void UpdateDocumentInfo ( string Path, IPropertySet pPropertySet );
[C++]
HRESULT UpdateDocumentInfo(
BSTR Path,
IPropertySet* pPropertySet
);
[C++] Parameters Path [in]
Path is a parameter of type BSTR pPropertySet [in]
pPropertySet is a parameter of type IPropertySet*