Lists the logical drives in the system.
This method applies only if running Qlik Sense Desktop.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<IEnumerable<DriveInfo>> GetLogicalDriveStringsAsync(
string userHandle = null
)
public Task<IEnumerable<DriveInfo>> GetLogicalDriveStringsAsync(
string userHandle = null
)
Public Function GetLogicalDriveStringsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of DriveInfo))
Public Function GetLogicalDriveStringsAsync (
Optional userHandle As String = Nothing
) As Task(Of IEnumerable(Of DriveInfo))
Parameters
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
IEnumerable DriveInfo Implements
IHub GetLogicalDriveStringsAsync(String)