IPWorks Cloud 2020 Python Edition

Questions / Feedback?

shared_drive Property

The shared drive to list file and folder resources for.

Syntax

def get_shared_drive() -> str: ...
def set_shared_drive(value: str) -> None: ...

shared_drive = property(get_shared_drive, set_shared_drive)

Default Value

""

Remarks

When list_resources_scope is set to lrsSharedDrive (2), this property must be set to a shared drive resource Id before calling list_resources or list_children.

This property may also be set to a shared drive resource Id before calling get_current_change_marker or list_changes in order to list changes to the specified shared drive and its contents.

Refer to list_resources or list_changes for more information.

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