com.esri.arcgis.systemUI
Interface IArcGISPortal

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArcGISSingleSignon

public interface IArcGISPortal
extends Serializable

Provides access to the IArcGISPortal Interface.

Product Availability

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


Method Summary
 int getBannerImage()
          method BannerImage
 String getBannerImageUrl()
          method BannerImageUrl
 String getName()
          method Name
 String getPortal()
          method Portal
 int getSignonImage()
          method SignonImage
 boolean isMultiTenant()
          method Name
 

Method Detail

getPortal

String getPortal()
                 throws IOException,
                        AutomationException
method Portal

Product Availability

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

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

getSignonImage

int getSignonImage()
                   throws IOException,
                          AutomationException
method SignonImage

Product Availability

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

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

getBannerImage

int getBannerImage()
                   throws IOException,
                          AutomationException
method BannerImage

Product Availability

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

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

getBannerImageUrl

String getBannerImageUrl()
                         throws IOException,
                                AutomationException
method BannerImageUrl

Product Availability

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

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

getName

String getName()
               throws IOException,
                      AutomationException
method Name

Product Availability

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

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

isMultiTenant

boolean isMultiTenant()
                      throws IOException,
                             AutomationException
method Name

Product Availability

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

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