Show / Hide Table of Contents

Class GetMetadataArgs

The get metadata args object

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

Constructors

| Improve this Doc View Source

GetMetadataArgs(String, IEnumerable<FolderAction>)

Initializes a new instance of the GetMetadataArgs class.

Declaration
public GetMetadataArgs(string sharedFolderId, IEnumerable<FolderAction> actions = null)
Parameters
Type Name Description
System.String sharedFolderId

The ID for the shared folder.

System.Collections.Generic.IEnumerable<FolderAction> actions

A list of FolderActions corresponding to FolderPermissions that should appear in the response's Permissions field describing the actions the authenticated user can perform on the folder.

Properties

| Improve this Doc View Source

Actions

A list of FolderActions corresponding to FolderPermissions 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>
| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetMetadataArgs(String, IEnumerable<FolderAction>)
  • Properties
    • Actions
    • SharedFolderId
Back to top Generated by DocFX