Share via


ShareableContent members

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

The ShareableContent type exposes the following members.

Constructors

  Name Description
Protected method ShareableContent

Top

Properties

  Name Description
Protected property AdviseMap (Inherited from ComObject.)
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 ScriptObject (Inherited from ScriptWrapper.)
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
Protected method AttachEvent(Guid) (Inherited from ComObject.)
Protected method AttachEvent(Object, Guid) (Inherited from ComObject.)
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 CreateArray (Inherited from ComObject.)
Public method CreateArrayFromEnum (Inherited from ComObject.)
Protected method CreateEventDispatcher (Inherited from ComObject.)
Public method CreateObjectParameter (Inherited from UCWBase.)
Public method CreateParameters (Inherited from ComObject.)
Protected method DetachEvent (Inherited from ComObject.)
Public method EndDownloadFile Download the content file
Protected method EnsureEventAdd(IEnumerable<MulticastDelegate>, Guid) (Inherited from ComObject.)
Protected method EnsureEventAdd(MulticastDelegate, Guid) (Inherited from ComObject.)
Protected method EnsureEventAdd(IEnumerable<MulticastDelegate>, Object, Guid) (Inherited from ComObject.)
Protected method EnsureEventRemove(IEnumerable<MulticastDelegate>, Guid) (Inherited from ComObject.)
Protected method EnsureEventRemove(MulticastDelegate, Guid) (Inherited from ComObject.)
Public method Equals(Object) (Inherited from ComObject.)
Public method Equals(ScriptObject) (Inherited from ScriptWrapper.)
Public method Equals(ScriptWrapper) (Inherited from ScriptWrapper.)
Protected method Finalize (Inherited from UCWBase.)
Public method GetEnumerator (Inherited from ComObject.)
Public method GetHashCode (Inherited from ComObject.)
Public method GetInteropEnumerator (Inherited from ComObject.)
Protected method GetProperty (Inherited from ScriptWrapper.)
Protected method GetPropertyBoolean (Inherited from ScriptWrapper.)
Public method GetPropertyEx (Inherited from ComObject.)
Protected method GetPropertyInt32 (Inherited from ScriptWrapper.)
Protected method GetPropertyScript (Inherited from ScriptWrapper.)
Protected method GetPropertyString (Inherited from ScriptWrapper.)
Public method GetScriptEnumerator (Inherited from ComObject.)
Public method GetType (Inherited from Object.)
Protected method Invoke (Inherited from ScriptWrapper.)
Public method InvokeEx (Inherited from ComObject.)
Protected method InvokeMethod (Inherited from ScriptWrapper.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PersistAddRef (Inherited from UCWBase.)
Public method PersistRemoveRef (Inherited from UCWBase.)
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 SetPersistence (Inherited from UCWBase.)
Protected method SetProperty (Inherited from ScriptWrapper.)
Public method SetPropertyEx (Inherited from ComObject.)
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