Class GetMetadataArgs
The get metadata args object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GetMetadataArgs
Constructors
View SourceGetMetadataArgs(string, IEnumerable<FolderAction>)
Initializes a new instance of the GetMetadataArgs class.
Declaration
public GetMetadataArgs(string sharedFolderId, IEnumerable<FolderAction> actions = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| IEnumerable<FolderAction> | actions | A list of |
Properties
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 |
|---|---|
| IList<FolderAction> |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |