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