Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

ListDrives Method

List drives available to the user.

Syntax

[VB.NET]
Public Sub ListDrives()
[C#]
public void ListDrives();

Remarks

This method lists drives available to the user.

After calling this method DriveCount will be populated with the number of drives available. DriveIndex may be set to any value from 0 to DriveCount to select a drive. By default the DriveIndex is automatically set to 0 to select the first drive returned. After calling this method the following properties may be queried to obtain information about the drive:

If the component is using the Graph API (UseGraphAPI is set to True), and you authenticated with a Microsoft business or education account, this method will list the drives of a user's groups by default. You can change what ListGroupDrives is set to to control this behavior. (For personal Microsoft accounts, the only drive ever returned is the user's default drive.)

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]