MimePartContentDescriptionExtensions.UpdateContentDispositionType Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static void UpdateContentDispositionType(Microsoft::Rtc::Collaboration::MimePartContentDescription ^ multiPart, System::String ^ contentDispositionType, bool isHandlingRequired);
public static void UpdateContentDispositionType (this Microsoft.Rtc.Collaboration.MimePartContentDescription multiPart, string contentDispositionType, bool isHandlingRequired);
static member UpdateContentDispositionType : Microsoft.Rtc.Collaboration.MimePartContentDescription * string * bool -> unit
<Extension()>
Public Sub UpdateContentDispositionType (multiPart As MimePartContentDescription, contentDispositionType As String, isHandlingRequired As Boolean)
Parameters
- multiPart
- MimePartContentDescription
- contentDispositionType
- String
- isHandlingRequired
- Boolean