com.esri.arcgis.addinframework
Interface IEnumAddInFolders

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumAddInFoldersProxy

public interface IEnumAddInFolders
extends Serializable

IEnumAddInFolders Interface


Method Summary
 String next()
          Returns the name of the well-known add-in folder.
 void reset()
          Resets the enumerator.
 

Method Detail

next

String next()
            throws IOException,
                   AutomationException
Returns the name of the well-known add-in folder.

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

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

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