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 SourceGetSharedLinksResult(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 SourceLinks
Shared links applicable to the path argument.
Declaration
public IList<LinkMetadata> Links { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<LinkMetadata> |