Edit

Share via


ShareableContent.Present Method

Definition

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

public:
 void Present();
public void Present ();
member this.Present : unit -> unit
Public Sub Present ()

Remarks

When you call ShareeableContent.Present, the shareable content is shown on the content stage of the conversation window, and replaces content currently shared. This method can only be called on content that is added by the local user.

Applies to