ArcObjects Library Reference (Carto)  

ICartoItemInfoHelper.UpdateDocumentInfo Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICartoItemInfoHelper Interface