The following members of class <PortalTypes.h> are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Types
(obsolete) enum class | PortalReadyState { Uninitialized, Loading, Errored, Completed, Aborting } |
(obsolete) enum class | PortalStatus { Unknown, Partial, Processing, Failed, Completed } |
Type Documentation
enum class PortalReadyState
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Enumerates possible readiness states of a portal. This type is deprecated in 100.14 and will be removed in a future release.
The PortalReadyState can be one of:
Constant | Value | Description |
---|---|---|
PortalReadyState::Uninitialized | 0 | Portal is uninitialized. |
PortalReadyState::Loading | 1 | Portal is loading the results from a request. |
PortalReadyState::Errored | 2 | Last request failed. |
PortalReadyState::Completed | 3 | Last request completed successfully. |
PortalReadyState::Aborting | 4 | Last request is aborting. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.
enum class PortalStatus
This enum is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Enumerates portal status when publishing an item, adding an item in async mode, or adding with a multipart upload. This type is deprecated in 100.14 and will be removed in a future release.
The PortalStatus can be one of:
Constant | Value | Description |
---|---|---|
PortalStatus::Unknown | -1 | Unknown. |
PortalStatus::Partial | 0 | For Add Item Multipart, when only a part is uploaded and the item is not committed. |
PortalStatus::Processing | 1 | In progress. |
PortalStatus::Failed | 2 | Process failed. |
PortalStatus::Completed | 3 | Process completed successfully. |
This enum was introduced or modified in Esri::ArcGISRuntime 100.0.