ShareableContentState enumeration
Enumerates the states of a shareable content object.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration ShareableContentState
'Usage
Dim instance As ShareableContentState
public enum ShareableContentState
Members
Member name | Description | |
---|---|---|
Initializing | The content is in the initializing state. | |
Offline | The content has been created, but is not uploaded yet. | |
Connecting | The content is being converted/uploaded, or is being downloaded for viewing. | |
Online | The content has been successfully uploaded or downloaded, and is fully functional. | |
Disconnecting | The content is being deleted from the server. | |
Active | The content is being presented. | |
Unusable | The content is not usable anymore. | |
Invalid |