IPWorks Cloud 2020 Python Edition

Questions / Feedback?

drive_type Property

The drive's type.

Syntax

def get_drive_type(drive_index: int) -> int: ...

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 drive_index parameter specifies the index of the item in the array. The size of the array is controlled by the drive_count property.

This property is read-only.

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