The following members of class PortalInfo are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) Q | bing |
(deprecated) int | home |
(deprecated) Q | home |
(deprecated) bool | is |
(deprecated) bool | is |
Member Function Documentation
[deprecated]
QString PortalInfo::bingKey () const
This function is deprecated. We strongly advise against using it in new code.
Returns the Bing App ID associated with the portal.
[deprecated]
int PortalInfo::homePageFeaturedContentCount () const
This function is deprecated. We strongly advise against using it in new code.
Returns the number of featured items (up to 100) that can be displayed on the home page.
since Esri::ArcGISRuntime 200.4
This property uses the legacy home page which has been phased out of use in the ArcGIS Online home app. All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
[deprecated]
QString PortalInfo::homePageFeaturedContentGroupQuery () const
This function is deprecated. We strongly advise against using it in new code.
Returns a query string that can be used to find the group containing featured content to be displayed on the home page.
since Esri::ArcGISRuntime 200.4
This property uses the legacy home page which has been phased out of use in the ArcGIS Online home app. All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
[deprecated]
bool PortalInfo::isCanShareBingPublic () const
This function is deprecated. We strongly advise against using it in new code.
Returns true
if the members of the organization can share the Bing key outside of the organization, false
otherwise.
If the portal is accessed anonymously, this property will always be false
.
[deprecated]
bool PortalInfo::isShowHomePageDescription () const
This function is deprecated. We strongly advise against using it in new code.
Returns a bool that determines whether the organization's description appears on its home page.
since Esri::ArcGISRuntime 200.4
This property uses the legacy home page which has been phased out of use in the ArcGIS Online home app. All legacy home pages are no longer live on ArcGIS Online and at a future release of ArcGIS Enterprise this property will no longer be supported.
[override virtual, deprecated]
QJsonObject PortalInfo::unknownJson () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: JsonSerializable::unknownJson() const.
Returns the unknown JSON of this object.
Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, all unknown JSON data is persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.
See also JsonSerializable.
[override virtual, deprecated]
QJsonObject PortalInfo::unsupportedJson () const
This function is deprecated. We strongly advise against using it in new code.
Reimplements: JsonSerializable::unsupportedJson() const.
Returns the unsupported JSON of this object.
See also JsonSerializable.