Click or drag to resize

FileData Constructor (FileInfo)

Initializes a new instance of the FileData class from the specified FileInfo.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public FileData(
	FileInfo info
)

Parameters

info
Type: System.IOFileInfo
The file that this instance represents.
See Also