ShareableContentState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the states of a shareable content object.
public enum class ShareableContentState
public enum ShareableContentState
type ShareableContentState =
Public Enum ShareableContentState
- Inheritance
-
ShareableContentState
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Initializing | 0 | The content is in the initializing state. |
Offline | 1 | The content has been created, but is not uploaded yet. |
Connecting | 2 | The content is being converted/uploaded, or is being downloaded for viewing. |
Online | 3 | The content has been successfully uploaded or downloaded, and is fully functional. |
Disconnecting | 4 | The content is being deleted from the server. |
Active | 5 | The content is being presented. |
Unusable | 6 | The content is not usable anymore. |
Product | Versions |
---|---|
Lync client | latest |