IPWorks Cloud 2020 Python Edition

Questions / Feedback?

shared_link_marker Property

A marker indicating what page of shared links to return next.

Syntax

def get_shared_link_marker() -> str: ...
def set_shared_link_marker(value: str) -> None: ...

shared_link_marker = property(get_shared_link_marker, set_shared_link_marker)

Default Value

""

Remarks

This property will be populated when list_shared_links is called if the results are paged and there are more pages. To list all shared links, continue to call list_shared_links until this property returns empty string.

Refer to list_shared_links for more information

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