DriveIndex Property
Selects a drive.
Object Oriented Interface
public function getDriveIndex(); public function setDriveIndex($value);
Procedural Interface
incloudstorage_onedrive_get($res, 7 ); incloudstorage_onedrive_set($res, 7, $value );
Default Value
0
Remarks
This property specifies the drive after calling ListDrives. Valid values are from 0 to DriveCount -1. After setting this property the following properties are populated:
- DriveId
- DriveType
- DriveOwnerId
- DriveOwnerName
- DriveDeletedSpace
- DriveRemainingSpace
- DriveState
- DriveTotalSpace
- DriveUsedSpace
This property is not available at design time.
Data Type
Integer