Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

DropboxSharedResDetail Type

Holds details about the shared resource.

Remarks

This type defines details about the shared resource including the Link, Path, Visibility, and Expires fields.

Fields

Expires
String

A timestamp indicating when the link to the shared resource expires. This may or may not be present.

Link
String

The link to the shared resource. The link may be used by another party to access the shared resource.

Path
String

The absolute path to the shared resource.

Visibility
String

The visibility of the shared resource. This indicates who has access to use the Link to access the resource. Possible values are:

"public"Anyone who has the link can access the resource. This is most common.
"team_only"Only members of the same team can access the resource.
"password"A link-specific password is required to access the resource.
"team_and_password"Only members of the same team who also have a link-specific password can access the resource.
"shared_folder_only"Only members of the shared folder can access the resource.

Constructors

[VB.NET]
Public DropboxSharedResDetail()

[C#]
public DropboxSharedResDetail();



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]