Show / Hide Table of Contents

Class GetSharedLinksArg

The get shared links arg object

Inheritance
System.Object
GetSharedLinksArg
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 GetSharedLinksArg

Constructors

| Improve this Doc View Source

GetSharedLinksArg(String)

Initializes a new instance of the GetSharedLinksArg class.

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

See GetSharedLinksAsync(GetSharedLinksArg) description.

Properties

| Improve this Doc View Source

Path

See GetSharedLinksAsync(GetSharedLinksArg) description.

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