Skip to content

libcURL.MultipartFormElement.Type

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

Property Declaration

 Dim Type As FormElementType

Return value

A member of the FormElementType enum.

Remarks

The type of the form element identifies whether the element is a string part or a file upload part, and how the contents of the part should be accessed (stream, path, pointer, etc.)

Clone this wiki locally