This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICartoItemInfoHelper Interface > ICartoItemInfoHelper.UpdateDocumentInfo Method (ArcObjects .NET 10.4 SDK) |
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