Class ListSharedLinksArg
The list shared links arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListSharedLinksArg
Constructors
View SourceListSharedLinksArg(string, string, bool?)
Initializes a new instance of the ListSharedLinksArg class.
Declaration
public ListSharedLinksArg(string path = null, string cursor = null, bool? directOnly = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | See ListSharedLinksAsync(ListSharedLinksArg) description. |
| string | cursor | The cursor returned by your last call to ListSharedLinksAsync(ListSharedLinksArg). |
| bool? | directOnly | See ListSharedLinksAsync(ListSharedLinksArg) description. |
Properties
View SourceCursor
The cursor returned by your last call to ListSharedLinksAsync(ListSharedLinksArg).
Declaration
public string Cursor { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
DirectOnly
See ListSharedLinksAsync(ListSharedLinksArg) description.
Declaration
public bool? DirectOnly { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Path
See ListSharedLinksAsync(ListSharedLinksArg) description.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |