IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

DropboxSharedLink Type

A Dropbox shared link.

Remarks

This type represents a Dropbox shared link.

Fields

CanRevoke
Boolean

Whether the current user has permission to revoke the link.

This property indicates whether the current user has permission to revoke the link.

Expires
String

The expiration timestamp of the link.

This property holds the expiration timestamp of the link (or empty string, if the link doesn't expire). Timestamps are formatted according to ISO 8601 and are always in UTC time.

Id
String

The Id of the linked resource.

This property reflects the Id of the linked resource.

Name
String

The name of the linked resource.

This property reflects the name of the linked resource.

Path
String

The path of the linked resource.

This property reflects the path of the linked resource.

Type
TicsDropboxLinkedResourceTypes

The linked resource's type.

This property indicates whether the linked resource is a folder or a file. Possible values are:

0 (lrtFile) A file.
1 (lrtFolder) A folder.

URL
String

The URL of the link.

This property reflects the URL of the link.

Visibility
TicsDropboxSharedLinkVisibilities

The visibility of the link.

This property reflects the visibility of the link. Possible values are:

0 (lvPublic) Anyone with the link can access the linked resource.
1 (lvTeamOnly) Only members of the same team with the link can access the linked resource. (Only applicable to Dropbox Business.)
2 (lvPassword) Anyone with the link and the link's password can access the linked resource.
3 (lvTeamAndPassword) Only members of the same team with the link and the link's password can access the linked resource. (Only applicable to Dropbox Business.)
4 (lvSharedFolderOnly) Only members (with the link) of the shared folder containing the linked resource can access it.

Constructors

constructor Create();

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