Class ListSharedLinksResult
The list shared links result object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ListSharedLinksResult
Constructors
| Improve this Doc View SourceListSharedLinksResult(IEnumerable<SharedLinkMetadata>, Boolean, String)
Initializes a new instance of the List
Declaration
public ListSharedLinksResult(IEnumerable<SharedLinkMetadata> links, bool hasMore, string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
links | Shared links applicable to the path argument. |
System. |
hasMore | Is true if there are additional shared links that have not
been returned yet. Pass the cursor into List |
System. |
cursor | Pass the cursor into List |
Properties
| Improve this Doc View SourceCursor
Pass the cursor into List
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HasMore
Is true if there are additional shared links that have not been returned yet.
Pass the cursor into List
Declaration
public bool HasMore { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Links
Shared links applicable to the path argument.
Declaration
public IList<SharedLinkMetadata> Links { get; protected set; }
Property Value
Type | Description |
---|---|
System. |