ContentSharingModality.EndCreateContentFromFile method

Creates a content object of the given type with the given title and file name.

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

Syntax

'Declaration
Public Function EndCreateContentFromFile ( _
    asyncResult As IAsyncResult _
) As ShareableContent
'Usage
Dim instance As ContentSharingModality
Dim asyncResult As IAsyncResult
Dim returnValue As ShareableContent

returnValue = instance.EndCreateContentFromFile(asyncResult)
public ShareableContent EndCreateContentFromFile(
    IAsyncResult asyncResult
)

Parameters

Return value

Type: Microsoft.Lync.Model.Conversation.Sharing.ShareableContent

See also

Reference

ContentSharingModality class

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace