ShareableContentCollection class

Maintains a collection of all Shareable content objects.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.Conversation.Sharing.ShareableContentCollection

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

Syntax

'Declaration
Public Class ShareableContentCollection _
    Inherits UCWBase _
    Implements IList(Of ShareableContent), ICollection(Of ShareableContent),  _
    IEnumerable(Of ShareableContent), IEnumerable
'Usage
Dim instance As ShareableContentCollection
public class ShareableContentCollection : UCWBase, 
    IList<ShareableContent>, ICollection<ShareableContent>, IEnumerable<ShareableContent>, 
    IEnumerable

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

ShareableContentCollection members

Microsoft.Lync.Model.Conversation.Sharing namespace