Edit

Share via


PowerPointContent Class

Definition

Encapsulates a PowerPoint slide deck in a conversation content bin.

public ref class PowerPointContent : Microsoft::Lync::Model::Conversation::Sharing::ShareableContent
public class PowerPointContent : Microsoft.Lync.Model.Conversation.Sharing.ShareableContent
type PowerPointContent = class
    inherit ShareableContent
Public Class PowerPointContent
Inherits ShareableContent
Inheritance

Properties

CreationTime

Returns the time that the content is created

(Inherited from ShareableContent)
InnerObject (Inherited from UCWBase)
IsActive

Returns whether or not the content is being presented.

(Inherited from ShareableContent)
IsInSyncWithPresenter

Returns false if this content is not in synchronization with presenter.

Modality

Gets the associated modality object.

(Inherited from ShareableContent)
Owner

Returns the person who owns this content

(Inherited from ShareableContent)
Presenter

Returns the current presenter who owns the presentation lock for this content

(Inherited from ShareableContent)
Properties

Gets a collection of content properties.

(Inherited from ShareableContent)
State

Returns the state of the content

(Inherited from ShareableContent)
Title

Gets the title of the content

(Inherited from ShareableContent)
Type

Returns the type of the content

(Inherited from ShareableContent)

Methods

BeginDownloadFile(String, AsyncCallback, Object)

Download the content file

(Inherited from ShareableContent)
CanInvoke(ShareableContentAction, Int32)

Returns true if a specific action is available.

(Inherited from ShareableContent)
ClearAllAnnotations()

Clear all annonations on whiteboard

(Inherited from ShareableContent)
EndDownloadFile(IAsyncResult)

Download the content file

(Inherited from ShareableContent)
Finalize()
GoBackward()

Go to previous slide.

GoForward()

Go to next slide.

Present()

Makes this content available to attendees, takes the presenter lock, and makes the content top-most displayed.

(Inherited from ShareableContent)
Remove()

Removes uploaded content from this conversation.

(Inherited from ShareableContent)
SaveAnnotation(String, ContentSavingFileType)

Save this content as a file

(Inherited from ShareableContent)
StopPresenting()

Takes currently shared content off of the content sharing stage but leaves the content in the content collection

(Inherited from ShareableContent)
SyncWithPresenter()

Synchronize PowerPoint slide view with presenter and leave private viewing mode.

TakeOverAsPresenter()

Take over as a presenter

(Inherited from ShareableContent)
Upload()

Upload the content to this conversation

(Inherited from ShareableContent)

Events

ActionAvailabilityChanged

Raised when an action availability changes

(Inherited from ShareableContent)
PropertyChanged

Raised when a property value changes

(Inherited from ShareableContent)
StateChanged

Raised when the state of a ShareableContent object changes.

(Inherited from ShareableContent)

Applies to