ContentSharingModality.BeginCreateContent method

Creates a content object of the given type with the given title

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

Syntax

'Declaration
Public Function BeginCreateContent ( _
    contentType As ShareableContentType, _
    title As String, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ContentSharingModality
Dim contentType As ShareableContentType
Dim title As String
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginCreateContent(contentType, _
    title, callback, state)
public IAsyncResult BeginCreateContent(
    ShareableContentType contentType,
    string title,
    AsyncCallback callback,
    Object state
)

Parameters

Return value

Type: System.IAsyncResult

See also

Reference

ContentSharingModality class

ContentSharingModality members

Microsoft.Lync.Model.Conversation.Sharing namespace