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


IHTMLPopupInfo2.HTMLDownloadAttachmentData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHTMLPopupInfo2 Interface > IHTMLPopupInfo2.HTMLDownloadAttachmentData Property
ArcGIS Developer Help

IHTMLPopupInfo2.HTMLDownloadAttachmentData Property

Indicates that all data for attachments will be retrieved.

[Visual Basic .NET]
Public Property HTMLDownloadAttachmentData As Boolean
[C#]
public bool HTMLDownloadAttachmentData {get; set;}
[C++]
HRESULT get_HTMLDownloadAttachmentData(
  Boolean* pDownloadAttachmentData
);
[C++]
HRESULT put_HTMLDownloadAttachmentData(
  VARIANT_BOOL pDownloadAttachmentData
);
[C++]
Parameters
pDownloadAttachmentData [out, retval]

pDownloadAttachmentData is a parameter of type bool* pDownloadAttachmentData [in]
pDownloadAttachmentData is a parameter of type bool

Product Availability

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

See Also

IHTMLPopupInfo2 Interface