ChatRoomFileDownloadJob(MessagePartFileDownloadLink, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ChatRoomFileDownloadJob class.
public:
ChatRoomFileDownloadJob(Microsoft::Rtc::Collaboration::PersistentChat::MessagePartFileDownloadLink ^ link, System::String ^ destinationPath);
public ChatRoomFileDownloadJob (Microsoft.Rtc.Collaboration.PersistentChat.MessagePartFileDownloadLink link, string destinationPath);
new Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomFileDownloadJob : Microsoft.Rtc.Collaboration.PersistentChat.MessagePartFileDownloadLink * string -> Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomFileDownloadJob
Public Sub New (link As MessagePartFileDownloadLink, destinationPath As String)
Parameters
The file download link, obtained from FormattedMessageParts.
- destinationPath
- String
The destination path.
Exceptions
destinationPath
is null or empty.
link
is null.