ShareableContent.SaveAnnotation method

[This is preliminary documentation and is subject to change.]

Save this content as a file

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

Syntax

'Declaration
Public Sub SaveAnnotation ( _
    fileName As String, _
    fileType As ContentSavingFileType _
)
'Usage
Dim instance As ShareableContent
Dim fileName As String
Dim fileType As ContentSavingFileType

instance.SaveAnnotation(fileName, fileType)
public void SaveAnnotation(
    string fileName,
    ContentSavingFileType fileType
)

Parameters

See also

Reference

ShareableContent class

ShareableContent members

Microsoft.Lync.Model.Conversation.Sharing namespace