MultiFileItem Constructor

Standard constructor.
Public Sub New( _ 
ByVal fullPath As String, _ 
ByVal fileType As fileType
)
This language is not supported or no code example is available.
public MultiFileItem( 
string fullPath
fileType fileType 
)
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.

.NET Framework

Supported in: 4.8

In this article

Definition