The MultipartContentElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ContentDispositionType |
Property that holds the content disposition type for this multipart element.
|
![]() | ContentTransferEncoding |
Property that holds the Content-Transfer-Encoding data for the multipart element.
|
![]() | ContentType |
Property that holds the Content-Type data for the multipart element.
|
![]() | DataPayload |
Property that holds the payload data for the multipart element.
|
![]() | IsFile |
True when this multipart element has an associated filename.
|
![]() | Name |
Property that holds the name field from the Content-Disposition section of the multipart element.
|
See Also