Skip to content

libcURL.MultipartFormElement.Contents

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

Property Declaration

 Dim Contents As String

Remarks

If the form element's Type is FormElementType.String or FormElementType.MemoryBlock, then this property will return a copy of the form element's contents. If the Type is FormElementType.File then this property returns the path to the file being used. Otherwise, this property returns an empty string.

Clone this wiki locally