ShareableContent members
The ShareableContent class is the common class for all types of content
The ShareableContent type exposes the following members.
Properties
Name | Description | |
---|---|---|
CreationTime | Returns the time that the content is created | |
IsActive | Returns whether or not the content is being presented. | |
Modality | Gets the associated modality object. | |
Owner | Returns the person who owns this content | |
Presenter | Returns the current presenter who owns the presentation lock for this content | |
Properties | Gets a collection of content properties. | |
State | Returns the state of the content | |
Title | Gets the title of the content | |
Type | Returns the type of the content |
Top
Methods
Name | Description | |
---|---|---|
BeginDownloadFile | Download the content file | |
CanInvoke | Returns true if a specific action is available. | |
ClearAllAnnotations | Clear all annonations on whiteboard | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndDownloadFile | Download the content file | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Present | Makes this content available to attendees, takes the presenter lock, and makes the content top-most displayed. | |
Remove | Removes uploaded content from this conversation. | |
SaveAnnotation | Save this content as a file | |
StopPresenting | Takes currently shared content off of the content sharing stage but leaves the content in the content collection | |
TakeOverAsPresenter | Take over as a presenter | |
ToString | (Inherited from Object.) | |
Upload | Upload the content to this conversation |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when an action availability changes | |
PropertyChanged | Raised when a property value changes | |
StateChanged | Raised when the state of a ShareableContent object changes. |
Top