Show / Hide Table of Contents

Class GetSharedLinksResult

The get shared links result object

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

Constructors

| Improve this Doc View Source

GetSharedLinksResult(IEnumerable<LinkMetadata>)

Initializes a new instance of the GetSharedLinksResult class.

Declaration
public GetSharedLinksResult(IEnumerable<LinkMetadata> links)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<LinkMetadata> links

Shared links applicable to the path argument.

Properties

| Improve this Doc View Source

Links

Shared links applicable to the path argument.

Declaration
public IList<LinkMetadata> Links { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<LinkMetadata>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetSharedLinksResult(IEnumerable<LinkMetadata>)
  • Properties
    • Links
Back to top Generated by DocFX