IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

ListResourcesScope Property

Controls the scope of the results when listing resources.

Syntax

property ListResourcesScope: TicsGDriveListResourcesScopes read get_ListResourcesScope write set_ListResourcesScope;
TicsGDriveListResourcesScopes = ( lrsUser, lrsDomain, lrsSharedDrive, lrsAllDrives );

Default Value

lrsUser

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.

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