IPWorks Cloud 2020 Java Edition

Questions / Feedback?

ListResourcesScope Property

Controls the scope of the results when listing resources.

Syntax

public int getListResourcesScope();
public void setListResourcesScope(int listResourcesScope);

Enumerated values: public final static int lrsUser = 0; public final static int lrsDomain = 1; public final static int lrsSharedDrive = 2; public final static int 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.

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