MapGuide API Reference
|
void MgSiteConnection::Open | ( | MgUserInformation * | userInformation | ) |
Establishes a connection to a site.
void Open(MgUserInformation userInformation); |
void Open(MgUserInformation userInformation); |
void Open(MgUserInformation userInformation); |
userInformation | (MgUserInformation) User information to authenticate against. Can either be username/password or session identifier. User information also contains client locale. See MgUserInformation for details. |
MgAuthenticationFailedException | if user information was not supplied |
MgConfigurationException | if configuration information could not be loaded |
MgUnauthorizedAccessException | if user is not authorized for site |
MgConnectionFailedException | if site cannot be connected to |