IHostManagementGetListFilesAsync Method

Gets a list of files in a folder asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<FileInfo>> GetListFilesAsync(
	FilesFolderType folderType,
	string subfolder = null
)

Parameters

folderType  FilesFolderType
FilesFolderType with the folder type.
subfolder  String  (Optional)
Subfolder if it exists.

Return Value

TaskListFileInfo
List<FileInfo>with the files information in the folder.

See Also