com.esri.arcgis.carto
Interface esriServerHTMLPopupType

All Superinterfaces:
Serializable

public interface esriServerHTMLPopupType
extends Serializable

HTML Popup Type.

Remarks

esriServerHTMLPopupTypeNone = HTMLPopup is not enabled for this layer in the source map document

esriServerHTMLPopupTypeAsURL = HTMLPopup is enabled for this layer and a url will be returned

esriServerHTMLPopupTypeAsHTMLText = HTMLPopup is enabled for this layer and a html as text will be returned

Product Availability

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


Field Summary
static int esriServerHTMLPopupTypeAsHTMLText
          HTML as Text
static int esriServerHTMLPopupTypeAsURL
          URL
static int esriServerHTMLPopupTypeNone
          None
 

Field Detail

esriServerHTMLPopupTypeNone

static final int esriServerHTMLPopupTypeNone
None

See Also:
Constant Field Values

esriServerHTMLPopupTypeAsURL

static final int esriServerHTMLPopupTypeAsURL
URL

See Also:
Constant Field Values

esriServerHTMLPopupTypeAsHTMLText

static final int esriServerHTMLPopupTypeAsHTMLText
HTML as Text

See Also:
Constant Field Values