Dropbox .NET SDK
Show / Hide Table of Contents

Class GetSharedLinksResult

The get shared links result object

Inheritance
object
GetSharedLinksResult
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 GetSharedLinksResult

Constructors

View Source

GetSharedLinksResult(IEnumerable<LinkMetadata>)

Initializes a new instance of the GetSharedLinksResult class.

Declaration
public GetSharedLinksResult(IEnumerable<LinkMetadata> links)
Parameters
Type Name Description
IEnumerable<LinkMetadata> links

Shared links applicable to the path argument.

Properties

View Source

Links

Shared links applicable to the path argument.

Declaration
public IList<LinkMetadata> Links { get; protected set; }
Property Value
Type Description
IList<LinkMetadata>
  • View Source
In this article
Back to top Dropbox .NET SDK