Dropbox .NET SDK
Show / Hide Table of Contents

Class GetSharedLinksArg

The get shared links arg object

Inheritance
object
GetSharedLinksArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GetSharedLinksArg

Constructors

View Source

GetSharedLinksArg(string)

Initializes a new instance of the GetSharedLinksArg class.

Declaration
public GetSharedLinksArg(string path = null)
Parameters
Type Name Description
string path

See GetSharedLinksAsync(GetSharedLinksArg) description.

Properties

View Source

Path

See GetSharedLinksAsync(GetSharedLinksArg) description.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK