ShareableContent.Present method

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

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub Present
'Usage
Dim instance As ShareableContent

instance.Present()
public void 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.

See also

Reference

ShareableContent class

ShareableContent members

Microsoft.Lync.Model.Conversation.Sharing namespace