Show / Hide Table of Contents

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 Source

ListSharedLinksArg(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 Source

Cursor

The cursor returned by your last call to ListSharedLinksAsync(ListSharedLinksArg).

Declaration
public string Cursor { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DirectOnly

See ListSharedLinksAsync(ListSharedLinksArg) description.

Declaration
public bool? DirectOnly { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Path

See ListSharedLinksAsync(ListSharedLinksArg) description.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ListSharedLinksArg(String, String, Nullable<Boolean>)
  • Properties
    • Cursor
    • DirectOnly
    • Path
Back to top Generated by DocFX