IPWorks Cloud 2020 ActiveX Edition

Questions / Feedback?

ListResourcesScope Property

Controls the scope of the results when listing resources.

Syntax

googledrivecontrol.ListResourcesScope[=integer]

Possible Values

  lrsUser(0), 
  lrsDomain(1), 
  lrsSharedDrive(2), 
  lrsAllDrives(3)

Default Value

0

Remarks

This property controls the scope of the results when listing resources with ListResources or ListChildren. Valid values are:

lrsUser (0) (default) Items in the user's "My Drive" and "Shared with me" collections.
lrsDomain (1) Items shared to the user's domain.
lrsSharedDrive (2) Items within the shared drive specified by the SharedDrive property.
lrsAllDrives (3) Items in the user's "My Drive" and "Shared with me" collections, as well as all items in all shared drives that the user is a member of.

Refer to ListResources for more information.

This property is not available at design time.

Data Type

Integer

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