Edit

Share via


ShareableContentState Enum

Definition

Enumerates the states of a shareable content object.

public enum class ShareableContentState
public enum ShareableContentState
type ShareableContentState = 
Public Enum ShareableContentState
Inheritance
ShareableContentState

Fields

Active 5

The content is being presented.

Connecting 2

The content is being converted/uploaded, or is being downloaded for viewing.

Disconnecting 4

The content is being deleted from the server.

Initializing 0

The content is in the initializing state.

Invalid -1
Offline 1

The content has been created, but is not uploaded yet.

Online 3

The content has been successfully uploaded or downloaded, and is fully functional.

Unusable 6

The content is not usable anymore.

Applies to