IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

DriveType Property

The drive's type.

Object Oriented Interface

public function getDriveType($driveindex);

Procedural Interface

ipworkscloud_onedrive_get($res, 18 , $driveindex);

Default Value

0

Remarks

The drive's type.

This property reflects the drive's type. Possible values are:

0 (oddtPersonal) A OneDrive Personal drive.
1 (oddtBusiness) A OneDrive for Business drive.
2 (oddtDocumentLibrary) A SharePoint Online document library.

The $driveindex parameter specifies the index of the item in the array. The size of the array is controlled by the DriveCount property.

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]