com.esri.arcgis.geodatabase
Interface IDocumentationInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
DocumentationInfo

public interface IDocumentationInfo
extends Serializable

Provides access to members of documentation info.

Product Availability

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


Method Summary
 byte[] getEmbeddedData()
          Embedded data of the documentation.
 String getURL()
          Url of the documentation.
 void setEmbeddedData(byte[] ppData)
          Embedded data of the documentation.
 void setURL(String pUrl)
          Url of the documentation.
 

Method Detail

getURL

String getURL()
              throws IOException,
                     AutomationException
Url of the documentation.

Product Availability

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

Returns:
The pUrl
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setURL

void setURL(String pUrl)
            throws IOException,
                   AutomationException
Url of the documentation.

Product Availability

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

Parameters:
pUrl - The pUrl (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEmbeddedData

byte[] getEmbeddedData()
                       throws IOException,
                              AutomationException
Embedded data of the documentation.

Product Availability

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

Returns:
An unsigned byte
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbeddedData

void setEmbeddedData(byte[] ppData)
                     throws IOException,
                            AutomationException
Embedded data of the documentation.

Product Availability

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

Parameters:
ppData - An unsigned byte (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.