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


IAttachmentData.AttachmentInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentData Interface > IAttachmentData.AttachmentInfo Property
ArcGIS Developer Help

IAttachmentData.AttachmentInfo Property

Content type that indicates the type of the mime content.

[Visual Basic .NET]
Public Property AttachmentInfo As IAttachmentInfo
[C#]
public IAttachmentInfo AttachmentInfo {get; set;}
[C++]
HRESULT get_AttachmentInfo(
  IAttachmentInfo** AttachmentInfo
);
[C++]
HRESULT putref_AttachmentInfo(
  IAttachmentInfo* AttachmentInfo
);
[C++]
Parameters
AttachmentInfo [out, retval]

AttachmentInfo is a parameter of type IAttachmentInfo** AttachmentInfo [in]
AttachmentInfo is a parameter of type IAttachmentInfo*

Product Availability

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

See Also

IAttachmentData Interface