ShareableContent.SaveAnnotation method
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
- fileName
Type: System.String