DocumentConversationMessageContent(Uri) 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 DocumentConversationMessageContent.
public DocumentConversationMessageContent(Uri mediaUri);
new Azure.Communication.Messages.DocumentConversationMessageContent : Uri -> Azure.Communication.Messages.DocumentConversationMessageContent
Public Sub New (mediaUri As Uri)
Parameters
- mediaUri
- Uri
A media url for the file. Required if the type is one of the supported media types, e.g. image.
Exceptions
mediaUri
is null.