MultiFileData Constructor

Standard constructor.
Public Sub New( _ 
ByVal fullPath As String, _ 
ByVal fileType As fileType, _ 
ByVal items As MultiFileItem() _ 
)
This language is not supported or no code example is available.
public MultiFileData( 
string fullPath
fileType fileType
MultiFileItem[] items 
)
This language is not supported or no code example is available.

Parameters

fullPath
string

The full path including file name and extension.

fileType
fileType

The fileType.

items
MultiFileItem[]

The array of the files included in the assembly.

.NET Framework

Supported in: 4.8

In this article

Definition