ContentSharingModality class

Creates and manages a collection of shareable content items.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWFull
        Microsoft.Lync.Model.Conversation.Modality
          Microsoft.Lync.Model.Conversation.Sharing.ContentSharingModality

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class ContentSharingModality _
    Inherits Modality
'Usage
Dim instance As ContentSharingModality
public class ContentSharingModality : Modality

Remarks

The ContentSharingModality inherits the methods, properties, and events from the Modality class. If you are sharing a whiteboard session with annotations in a conversation and then disconnect the ContentSharingModality, all of the whiteboard annotations are lost unless you save the whiteboard and associated annotations to a local file first.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace