Class ListFoldersArgs
The list folders args object
Inheritance
System.Object
ListFoldersArgs
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 ListFoldersArgs
Constructors
| Improve this Doc View SourceListFoldersArgs(UInt32, IEnumerable<FolderAction>)
Initializes a new instance of the ListFoldersArgs class.
Declaration
public ListFoldersArgs(uint limit = 1000U, IEnumerable<FolderAction> actions = null)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | limit | The maximum number of results to return per request. |
System.Collections.Generic.IEnumerable<FolderAction> | actions | A list of |
Properties
| Improve this Doc View SourceActions
A list of FolderAction
s corresponding to FolderPermission
s that should
appear in the response's Permissions field describing the
actions the authenticated user can perform on the folder.
Declaration
public IList<FolderAction> Actions { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FolderAction> |
Limit
The maximum number of results to return per request.
Declaration
public uint Limit { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt32 |