Obsolete Members for <PortalTypes.h>

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:

ConstantValueDescription
PortalReadyState::Uninitialized0Portal is uninitialized.
PortalReadyState::Loading1Portal is loading the results from a request.
PortalReadyState::Errored2Last request failed.
PortalReadyState::Completed3Last request completed successfully.
PortalReadyState::Aborting4Last 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:

ConstantValueDescription
PortalStatus::Unknown-1Unknown.
PortalStatus::Partial0For Add Item Multipart, when only a part is uploaded and the item is not committed.
PortalStatus::Processing1In progress.
PortalStatus::Failed2Process failed.
PortalStatus::Completed3Process completed successfully.

This enum was introduced or modified in Esri::ArcGISRuntime 100.0.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.