Click or drag to resize
IHubGetLogicalDriveStringsAsync Method (AsyncHandle)

Lists the logical drives in the system.

This method applies only if running Qlik Sense Desktop.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<IEnumerable<DriveInfo>> GetLogicalDriveStringsAsync(
	AsyncHandle asyncHandle = null
)

Parameters

asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskIEnumerableDriveInfo
See Also