IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

ListResourcesScope Property

Controls the scope of the results when listing resources.

Syntax

public GoogledriveListResourcesScopes ListResourcesScope { get; set; }

enum GoogledriveListResourcesScopes { lrsUser, lrsDomain, lrsSharedDrive, lrsAllDrives }
Public Property ListResourcesScope As GoogledriveListResourcesScopes

Enum GoogledriveListResourcesScopes lrsUser lrsDomain lrsSharedDrive lrsAllDrives End Enum

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.

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