ShareableContent members

The ShareableContent class is the common class for all types of content

The ShareableContent type exposes the following members.

Properties

  Name Description
Public property CreationTime Returns the time that the content is created
Public property IsActive Returns whether or not the content is being presented.
Public property Modality Gets the associated modality object.
Public property Owner Returns the person who owns this content
Public property Presenter Returns the current presenter who owns the presentation lock for this content
Public property Properties Gets a collection of content properties.
Public property State Returns the state of the content
Public property Title Gets the title of the content
Public property Type Returns the type of the content

Top

Methods

  Name Description
Public method BeginDownloadFile Download the content file
Public method CanInvoke Returns true if a specific action is available.
Public method ClearAllAnnotations Clear all annonations on whiteboard
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method EndDownloadFile Download the content file
Public method Equals (Inherited from Object.)
Protected method Finalize (Overrides UCWFullFinalize().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Present Makes this content available to attendees, takes the presenter lock, and makes the content top-most displayed.
Public method Remove Removes uploaded content from this conversation.
Public method SaveAnnotation Save this content as a file
Public method StopPresenting Takes currently shared content off of the content sharing stage but leaves the content in the content collection
Public method TakeOverAsPresenter Take over as a presenter
Public method ToString (Inherited from Object.)
Public method Upload Upload the content to this conversation

Top

Events

  Name Description
Public event ActionAvailabilityChanged Raised when an action availability changes
Public event PropertyChanged Raised when a property value changes
Public event StateChanged Raised when the state of a ShareableContent object changes.

Top

See also

Reference

ShareableContent class

Microsoft.Lync.Model.Conversation.Sharing namespace