This document is archived and information here might be outdated.  Recommended version.


IItemInfo.DocumentationInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfo Interface > IItemInfo.DocumentationInfo Property
ArcGIS Developer Help

IItemInfo.DocumentationInfo Property

Documentation info of the item.

[Visual Basic .NET]
Public Property DocumentationInfo As IDocumentationInfo
[C#]
public IDocumentationInfo DocumentationInfo {get; set;}
[C++]
HRESULT get_DocumentationInfo(
  IDocumentationInfo** ppDocInfo
);
[C++]
HRESULT putref_DocumentationInfo(
  IDocumentationInfo* ppDocInfo
);
[C++]
Parameters
ppDocInfo [out, retval]

ppDocInfo is a parameter of type IDocumentationInfo** ppDocInfo [in]
ppDocInfo is a parameter of type IDocumentationInfo*

Product Availability

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

See Also

IItemInfo Interface