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 SourceGetSharedLinksArg(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 SourcePath
See GetSharedLinksAsync(GetSharedLinksArg) description.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |